procure

Build Status Crates.io

Description

Rust Library for interfacing various stat sources on Linux such as /proc, /sys, etc.

Usage

Add this to your Cargo.toml:

toml [dependencies] procure = "*"

and this to your crate root:

rust extern crate procure;

Documentation

Head over to http://getprocure.github.io/procure for the documentation.