Go to file
2015-04-07 16:50:56 +09:00
rust@d17d6e7f1f Bump to a rust commit that builds on BSD 2015-04-07 16:50:56 +09:00
.gitignore Initial commit 2015-01-13 08:22:00 -08:00
.gitmodules Initial commit 2015-01-13 08:22:00 -08:00
.travis.yml Don't run tests on travis (there are none to run) 2015-03-12 14:16:52 -07:00
Cargo.toml Bump to 0.1.5 2015-04-02 18:00:19 -07:00
LICENSE-APACHE Initial commit 2015-01-13 08:22:00 -08:00
LICENSE-MIT Initial commit 2015-01-13 08:22:00 -08:00
README.md Initial commit 2015-01-13 08:22:00 -08:00

libc

A Rust library with native bindings to the types and functions commonly found on various systems, including libc.

Build Status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]

libc = "0.1"

and this to your crate root:

extern crate libc;