1//! Platform-specific extensions for Unix platforms. 2//! 3//! This corresponds to [`async_std::os::unix`]. 4//! 5//! [`async_std::os::unix`]: https://docs.rs/async-std/latest/async_std/os/unix/ 6 7pub mod net;