Go to file
Alex Crichton 730a17fd1c Root urls for everyone!
Also refator to only list all the triples once
2015-09-17 10:05:36 -07:00
ci Root urls for everyone! 2015-09-17 10:05:36 -07:00
libc-test Fix unused variable warning 2015-09-16 17:44:40 -07:00
src Root urls for everyone! 2015-09-17 10:05:36 -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 Ok... another key? 2015-09-17 08:06:16 -07:00
appveyor.yml Switch to ctest crate 2015-09-15 23:28:52 -07:00
Cargo.toml Move linkage to specific modules 2015-09-15 17:30:53 -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;