sigar-rs

Crates.iosigar-rs
lib.rssigar-rs
version0.2.0
sourcesrc
created_at2018-11-03 07:50:20.325762
updated_at2018-11-03 07:50:20.325762
descriptionHigh level wrapper for sigar, on top of the crate sigar-sys.
homepagehttps://github.com/dtynn/sigar-rs
repositoryhttps://github.com/dtynn/sigar-rs
max_upload_size
id94475
size41,218
Caesar Wang (dtynn)

documentation

https://docs.rs/sigar-rs

README

sigar-rs

Crates.io

Docs

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

Usage

Add this to your Cargo.toml

[dependencies]
sigar-rs = "0.1"

and this to your crate root:

extern crate sigar_rs;

Examples

see examples.

Contributing

PRs and issues are welcomed.

Commit count: 37

cargo fmt