this is a high-level wrapper on top of sigar-sys.
Add this to your Cargo.toml
Cargo.toml
[dependencies] sigar-rs = "0.1"
and this to your crate root:
extern crate sigar_rs;
see examples.
PRs and issues are welcomed.