1//! Provides core network types and functionality. 2//! Primarily designed for use with xenet, it also includes extensions to the standard net module. 3 4pub mod gateway; 5pub mod interface; 6pub mod ipnet; 7pub mod mac;