Module parser

Source
Expand description

A private parser implementation of IPv4, IPv6, and socket addresses.

This module is “publicly exported” through the FromStr implementations below.

Macros§

impl_helper 🔒

Structs§

AddrParseError
An error which can be returned when parsing an IP address or a socket address.
Parser 🔒

Enums§

AddrKind 🔒

Traits§

ReadNumberHelper 🔒