Skip to main content

Module parser

Module parser 

Source
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ยง

AddrParseError
An error which can be returned when parsing an IP network address.
Parser