sysinfo-web 0.1.2

Lightweight web based process viewer built on top of sysinfo
Documentation
1
2
3
4
5
extern crate sysinfo_web;

fn main() {
    sysinfo_web::start_web_server(::std::env::args().nth(1)).unwrap();
}