Go to file
Peter Atashian c8e09d6c94 Update Rust
Signed-off-by: Peter Atashian <retep998@gmail.com>
2015-02-08 01:04:38 -05:00
rust@f16de18db4 Update Rust 2015-02-08 01:04:38 -05: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 Initial commit 2015-01-13 08:22:00 -08:00
Cargo.toml Update rust liblibc 2015-01-29 08:47:08 -08: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;