Test some functions!
3 files changed
tree: 35a5549d8902619de50fc2648bb7050bb7e2b6e2
  1. libc-test/
  2. src/
  3. .gitignore
  4. .gitmodules
  5. .travis.yml
  6. Cargo.toml
  7. LICENSE-APACHE
  8. LICENSE-MIT
  9. 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;