sysconf 0.3.4

Small safe wrapper around sysconf
Documentation

sysconf

Build Status AppVeyor Crates.io Docs

Description

Small Rust wrapper around sysconf

Usage

Add this to your Cargo.toml:

[dependencies]
sysconf = "0.3.4"

and this to your crate root:

extern crate sysconf;

Documentation

Head over to https://docs.rs/sysconf for the documentation.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.