Attempt to build docs on Travis
7 files changed
tree: 962c6632bfd966047080f8a54b71aee9240f34bc
  1. ci/
  2. libc-test/
  3. src/
  4. .gitignore
  5. .gitmodules
  6. .travis.yml
  7. appveyor.yml
  8. Cargo.toml
  9. LICENSE-APACHE
  10. LICENSE-MIT
  11. README.md
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;