sysconf

Build Status Crates.io

Description

Small Rust wrapper around sysconf

Usage

Add this to your Cargo.toml:

toml [dependencies] sysconf = "*"

and this to your crate root:

rust extern crate sysconf;

Documentation

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