[][src]Crate netaddr2

A crate for parsing, representing, and manipulating network addresses.

Structs

Netv4Addr

A structure representing an IPv4 network.

Netv6Addr

A structure representing an IPv6 network.

Enums

NetAddr

A structure representing an IP network.

NetAddrError

The error type for operations relating to the NetAddr type.

Traits

Broadcast

A trait encapsulating the operation of computing the broadcast address for applicable networks.

Contains
Mask
Merge