Skip to content

dtynn/sigar-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sigar-rs

Crates.io

Docs

sigar is a cross-platform system monitoring lib.

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

Usage

Add this to your Cargo.toml

[dependencies]
sigar-rs = "0.2"

and this to your crate root:

extern crate sigar_rs;

Examples

see examples.

Cross Platform

some of the functions are not implemented on all platforms. the Error::NotImplementd could be used to ident the missing methods.

Contributing

PRs and issues are welcomed.

About

rust wrapper of sigar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages