Rust libc fork for squiid.
Find a file
2015-09-23 09:11:46 -07:00
ci iOS support 2015-09-21 14:37:14 -07:00
libc-test iOS support 2015-09-21 14:37:14 -07:00
src Add FIONBIO 2015-09-23 09:11:46 -07:00
.gitignore Ignore .cargo 2015-09-18 18:51:25 -07:00
.travis.yml iOS support 2015-09-21 14:37:14 -07:00
appveyor.yml Move to master branch 2015-09-21 13:37:36 -07:00
Cargo.toml Move linkage to specific modules 2015-09-15 17:30:53 -07:00
LICENSE-APACHE Initial commit 2015-01-13 08:22:00 -08:00
LICENSE-MIT Initial commit 2015-01-13 08:22:00 -08:00
README.md iOS support 2015-09-21 14:37:14 -07:00

libc

A Rust library with native bindings to the types and functions commonly found on various systems, including libc.

Build Status Build status

Documentation

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}