nix/net/
mod.rs

1//! Functionality involving network interfaces
2// To avoid clashing with the keyword "if", we use "if_" as the module name.
3// The original header is called "net/if.h".
4pub mod if_;