//! The domain model of operating system networking state.
//!
//! No operating-system dependency. Stage 0.4 adds the `mac` and `interface`
//! modules — `neighbor`, `dns`, and `event` are added in later stages per
//! ARCHITECTURE.md's Incremental Delivery Plan.
pub use ;
pub use ;
pub use MacAddress;
pub use Route;