Bump to a rust commit that builds on BSD
1 file changed
tree: aba7fd6df3118d1d4026d54f090e41ce01cfc5fd
  1. .gitignore
  2. .gitmodules
  3. .travis.yml
  4. Cargo.toml
  5. LICENSE-APACHE
  6. LICENSE-MIT
  7. 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;