rust/src/libstd/net
Alex Crichton 8165bc14fb std: Add net::IpAddr, destabilize lookup_host
This commits adds back an `IpAddr` enum matching the `SocketAddr` enum, but
without a port. The enumeration is `#[unstable]`. The `lookup_host` function and
iterator are also destabilized behind a new feature gate due to questions around
the semantics of returning `SocketAddr` values.
2015-03-25 16:18:31 -07:00
..
addr.rs std: Add net::IpAddr, destabilize lookup_host 2015-03-25 16:18:31 -07:00
ip.rs std: Add net::IpAddr, destabilize lookup_host 2015-03-25 16:18:31 -07:00
mod.rs std: Add net::IpAddr, destabilize lookup_host 2015-03-25 16:18:31 -07:00
parser.rs std: Stabilize FromStr implementations in std::net 2015-03-18 20:10:15 -07:00
tcp.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
test.rs std: Stabilize the net module 2015-03-13 16:47:42 -07:00
udp.rs std: Add net::IpAddr, destabilize lookup_host 2015-03-25 16:18:31 -07:00