| Alex Crichton | 68fe98b | 2015-01-13 07:53:42 -0800 | [diff] [blame] | 1 | libc |
| 2 | ==== |
| 3 | |
| 4 | A Rust library with native bindings to the types and functions commonly found on |
| 5 | various systems, including libc. |
| 6 | |
| Alex Crichton | e00e24a | 2015-09-17 10:16:30 -0700 | [diff] [blame] | 7 | [](https://travis-ci.org/alexcrichton/libc) |
| 8 | [](https://ci.appveyor.com/project/alexcrichton/libc) |
| Alex Crichton | 68fe98b | 2015-01-13 07:53:42 -0800 | [diff] [blame] | 9 | |
| Alex Crichton | e00e24a | 2015-09-17 10:16:30 -0700 | [diff] [blame] | 10 | [Documentation](http://alexcrichton.com/libc) |
| Alex Crichton | 78f5aca | 2015-09-18 15:01:16 -0700 | [diff] [blame] | 11 | |
| 12 | ## Platform Support |
| 13 | |
| 14 | Tested: |
| 15 | * `{i686,x86_64}-pc-windows-{msvc,gnu}` |
| 16 | * `{i686,x86_64,mips,aarch64}-unknown-linux-gnu` |
| 17 | * `x86_64-unknown-linux-musl` |
| 18 | * `arm-unknown-linux-gnueabihf` |
| 19 | * `arm-linux-androideabi` |
| Alex Crichton | baef611 | 2015-09-19 23:20:53 -0700 | [diff] [blame] | 20 | * `{i686,x86_64}-apple-{darwin,ios}` |
| Alex Crichton | 78f5aca | 2015-09-18 15:01:16 -0700 | [diff] [blame] | 21 | |
| 22 | Untested: |
| 23 | * `{i686,x86_64}-unknown-freebsd` |
| 24 | * `x86_64-unknown-{bitrig,dragonfly,openbsd,netbsd}` |