Expand description
A crate that provides the IpAddr
type, which can represent either an IPv4
or an IPv6 address.
Do not use this crate! As of Rust 1.7.0, the std::net::IpAddr
is
stabilized - and should be preferred.
Enums§
- IpAddr
- An IP address, either an IPv4 or IPv6 address.
Traits§
- Socket
Addr Ext - Methods to convert between
IpAddr
andstd::net::SocketAddr