[][src]Crate addr_hal

Modules

parser

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

Structs

Ipv4Addr

An IPv4 address.

Ipv6Addr

An IPv6 address.

SocketAddrV4

An IPv4 socket address.

SocketAddrV6

An IPv6 socket address.

Enums

IpAddr

An IP address, either IPv4 or IPv6.

Ipv6MulticastScope

Ipv6 address's multicast scope.

SocketAddr

An internet socket address, either IPv4 or IPv6.

ToSocketAddrError

Traits

Ipv4Address

Describe the internal data structure behavior of Ipv4Addr.

Ipv6Address

Describe the internal data structure behavior of Ipv6Addr.

SocketAddressV4

Describe the internal data structure behavior of SocketAddrV4.

SocketAddressV6

Describe the internal data structure behavior of SocketAddrV6.

ToSocketAddrs

A trait for objects which can be converted or resolved to one or more SocketAddr values.