iOS support
9 files changed
tree: 708f52eeec662534815b7657a55fe5c310f1aee2
  1. ci/
  2. libc-test/
  3. src/
  4. .gitignore
  5. .travis.yml
  6. appveyor.yml
  7. Cargo.toml
  8. LICENSE-APACHE
  9. LICENSE-MIT
  10. 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 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}