1//! Provides core network types and functionality.
2//! Primarily designed for use with nex, it also includes extensions to the standard net module.
34pub use netdev;
56pub mod device;
7pub mod gateway;
8pub mod interface;
9pub mod ip;
10pub mod mac;
11pub mod bitfield;