libc A Rust library with native bindings to the types and functions commonly found on various systems, including libc. Documentation Usage Add this to your Cargo.toml: [dependencies] libc = "0.1" and this to your crate root: extern crate libc;