Go to file
2015-09-11 15:27:20 -07:00
libc-test Compat back to 1.0.0 2015-09-11 15:27:20 -07:00
src Get OSX working 2015-09-11 15:11:59 -07:00
.gitignore Add skeleton testing framework 2015-09-09 22:46:19 -07:00
.gitmodules Initial import of liblibc 2015-09-09 21:50:47 -07:00
.travis.yml Compat back to 1.0.0 2015-09-11 15:27:20 -07:00
appveyor.yml Add appveyor config 2015-09-10 22:09:43 -07:00
Cargo.toml Initial import of liblibc 2015-09-09 21:50:47 -07:00
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.

Build Status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]

libc = "0.1"

and this to your crate root:

extern crate libc;