Rust libc fork for squiid.
Find a file
2015-09-21 13:38:41 -07:00
ci Move to master branch 2015-09-21 13:37:36 -07:00
libc-test Fix FreeBSD 2015-09-18 14:33:42 -07:00
src Slim down Windows bindings 2015-09-21 13:38:41 -07:00
.gitignore Ignore .cargo 2015-09-18 18:51:25 -07:00
.travis.yml Move to master branch 2015-09-21 13:37:36 -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 Note triples in README 2015-09-18 15:01:16 -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

Untested:

  • {i686,x86_64}-unknown-freebsd
  • x86_64-unknown-{bitrig,dragonfly,openbsd,netbsd}