sysconf 0.1.1

Small safe wrapper around sysconf
Documentation

sysconf

Build Status Crates.io

Description

Small Rust wrapper around sysconf

Usage

Add this to your Cargo.toml:

[dependencies]
sysconf = "*"

and this to your crate root:

extern crate sysconf;

Documentation

Head over to http://gmjosack.github.io/sysconf.rs for the documentation.