posish 0.12.0

Safe Rust bindings to POSIX-ish libc APIs and syscalls
Documentation
fn main() {
    if std::env::var("CARGO_CFG_LINUX_RAW").is_err() {
        println!("cargo:rustc-cfg=libc");
    }
}