sys-info 0.3.1

Get system information in Rust. For now it supports Linux, Mac OS X and Windows.
docs.rs failed to build sys-info-0.3.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: sys-info-0.9.1

sys-info-rs

Build Status

Get system information in Rust.

For now it supports Linux, Mac OS X and Windows. And now it can get information of kernel/cpu/memory/disk/load/hostname and so on.

Documentation

###Usage Add this to Cargo.toml:

[dependencies]
sys-info = "*"

and add this to crate root:

extern crate sys_info;