9b5447f1ed
Add FIONBIO |
||
---|---|---|
ci | ||
libc-test | ||
src | ||
.gitignore | ||
.travis.yml | ||
appveyor.yml | ||
Cargo.toml | ||
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.
Platform Support
Tested:
{i686,x86_64}-pc-windows-{msvc,gnu}
{i686,x86_64,mips,aarch64}-unknown-linux-gnu
x86_64-unknown-linux-musl
arm-unknown-linux-gnueabihf
arm-linux-androideabi
{i686,x86_64}-apple-{darwin,ios}
Untested:
{i686,x86_64}-unknown-freebsd
x86_64-unknown-{bitrig,dragonfly,openbsd,netbsd}