std/net/ip_addr.rs
1// Tests for this module
2#[cfg(all(test, not(any(target_os = "emscripten", all(target_os = "wasi", target_env = "p1")))))]
3mod tests;
4
5#[stable(feature = "ip_addr", since = "1.7.0")]
6pub use core::net::IpAddr;
7#[unstable(feature = "ip", issue = "27709")]
8pub use core::net::Ipv6MulticastScope;
9#[stable(feature = "rust1", since = "1.0.0")]
10pub use core::net::{Ipv4Addr, Ipv6Addr};