Go to file
2015-09-14 11:06:20 -07:00
ci Fix arm... yet again... 2015-09-14 00:56:58 -07:00
libc-test Get tests for mips passing 2015-09-14 11:06:20 -07:00
src Fix all defn's/compiling for mips linux 2015-09-14 11:05:30 -07:00
.gitignore
.gitmodules
.travis.yml Revert "Tweak ordering" 2015-09-14 00:11:58 -07:00
appveyor.yml
Cargo.toml
Dockerfile
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;