5a28433bb1
Running a test per thread really doesn't play well with QEMU emulation, so just make it easy on ourselves and don't run threads. |
||
---|---|---|
ci | ||
libc-test | ||
src | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
appveyor.yml | ||
Cargo.toml | ||
Dockerfile | ||
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.
Usage
Add this to your Cargo.toml
:
[dependencies]
libc = "0.1"
and this to your crate root:
extern crate libc;