sigar-rs

Crates.io

Docs

this is a high-level wrapper on top of sigar-sys.

Usage

Add this to your Cargo.toml toml [dependencies] sigar-rs = "0.1"

and this to your crate root:

rust extern crate sigar_rs;

Examples

see examples.

Contributing

PRs and issues are welcomed.