]> git.lizzy.rs Git - rust.git/blob - library/std/src/os/net/mod.rs
make more pleasant to read
[rust.git] / library / std / src / os / net / mod.rs
1 //! OS-specific networking functionality.
2
3 #[cfg(any(target_os = "linux", target_os = "android", doc))]
4 pub(super) mod linux_ext;