//! Unix-specific networking functionality
//!
//! This corresponds to [`std::os::unix::net`].
//!
//! This module is not yet implemented. And it's not easily implementable
//! on many platforms. See [this POSIX discussion] which ultimately didn't
//! succeed in adding support to POSIX.
//!
//! [`std::os::unix::net`]: https://doc.rust-lang.org/std/os/unix/net/
//! [this POSIX discussion]: https://www.austingroupbugs.net/view.php?id=980
pub use *;
pub use *;
pub use *;
pub use *;
pub use SocketAddr;