sigar-sys

low level binding to AlexYaruki/sigar, which is a independent fork version of official hyperic/sigar.

Usage

Add this to your Cargo.toml toml [dependencies] sigar-sys = "1"

and this to your crate root:

rust extern crate sigar_sys;

Notes