Small Rust wrapper around sysconf
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] sysconf = "*"
and this to your crate root:
rust extern crate sysconf;
Head over to http://gmjosack.github.io/sysconf.rs for the documentation.