//! Lightweight web based process viewer built on top of
//! [sysinfo](https://github.com/GuillaumeGomez/sysinfo).
//! [See more info in GitHub repository](https://github.com/onur/sysinfo-web).
pub extern crate sysinfo;
extern crate serde_json;
extern crate serde;
extern crate iron;
extern crate hostname;
extern crate flate2;
pub use SysinfoExt;
pub use start_web_server;