rust@d17d6e7f1f | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
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;