//! This library provides a way to access system information such as CPU load, mounted filesystems,
//! network interfaces, etc.
extern crate lazy_static;
extern crate the_serde as serde;
pub use *;
pub use Platform;
pub use PlatformImpl as System;