blob: a1c8fdeb90a799ba4632505c770889dbf35a6570 [file] [log] [blame] [view]
Alex Crichton68fe98b2015-01-13 07:53:42 -08001libc
2====
3
4A Rust library with native bindings to the types and functions commonly found on
5various systems, including libc.
6
Alex Crichtone00e24a2015-09-17 10:16:30 -07007[![Build Status](https://travis-ci.org/alexcrichton/libc.svg?branch=master)](https://travis-ci.org/alexcrichton/libc)
8[![Build status](https://ci.appveyor.com/api/projects/status/v0414slj8y8nga0p?svg=true)](https://ci.appveyor.com/project/alexcrichton/libc)
Alex Crichton68fe98b2015-01-13 07:53:42 -08009
Alex Crichtone00e24a2015-09-17 10:16:30 -070010[Documentation](http://alexcrichton.com/libc)
Alex Crichton78f5aca2015-09-18 15:01:16 -070011
12## Platform Support
13
14Tested:
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 Crichtonbaef6112015-09-19 23:20:53 -070020 * `{i686,x86_64}-apple-{darwin,ios}`
Alex Crichton78f5aca2015-09-18 15:01:16 -070021
22Untested:
23 * `{i686,x86_64}-unknown-freebsd`
24 * `x86_64-unknown-{bitrig,dragonfly,openbsd,netbsd}`