//! A network interface can represent physical network devices such as
//! ethernet or wireless. It can also be a virtual representation.
//!
//! The operating system maintains records of available network interfaces
//! and the data associated with them. This project gets the data and structures
//! it as standard rust data types.
pub use *;
pub use *;
pub use get_interfaces;