Can we masquerade to get trusty tahr?
1 file changed
tree: a8500b0ae3ddf884f63ba88c96c057524afeac3e
  1. libc-test/
  2. src/
  3. .gitignore
  4. .gitmodules
  5. .travis.yml
  6. appveyor.yml
  7. Cargo.toml
  8. LICENSE-APACHE
  9. LICENSE-MIT
  10. 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;