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