Rust Library for interfacing various stat sources on Linux such as /proc, /sys, etc.
Add this to your Cargo.toml
:
toml
[dependencies]
procure = "*"
and this to your crate root:
rust
extern crate procure;
Head over to http://getprocure.github.io/procure for the documentation.