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