sysconf 0.3.2

Small safe wrapper around sysconf
Documentation
#!/bin/bash

set -x
set -e

cargo build
cargo test
[ "$RUST_NIGHTLY" != "1" ] || cargo test --features nightly
cargo bench
cargo doc