Crates.io | sigar-rs |
lib.rs | sigar-rs |
version | 0.2.0 |
source | src |
created_at | 2018-11-03 07:50:20.325762 |
updated_at | 2018-11-03 07:50:20.325762 |
description | High level wrapper for sigar, on top of the crate sigar-sys. |
homepage | https://github.com/dtynn/sigar-rs |
repository | https://github.com/dtynn/sigar-rs |
max_upload_size | |
id | 94475 |
size | 41,218 |
this is a high-level wrapper on top of sigar-sys.
Add this to your Cargo.toml
[dependencies]
sigar-rs = "0.1"
and this to your crate root:
extern crate sigar_rs;
see examples.
PRs and issues are welcomed.