Expand description
A private parser implementation of IPv4 and IPv6 network addresses.
The existing std::net::parser module cannot be extended because it
is private. It is copied and extended here with methods for parsing
IP network addresses.
Structsยง
- Addr
Parse Error - An error which can be returned when parsing an IP network address.
- Parser