summaryrefslogtreecommitdiff
path: root/README.md
blob: a1c8fdeb90a799ba4632505c770889dbf35a6570 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
libc
====

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

[![Build Status](https://travis-ci.org/alexcrichton/libc.svg?branch=master)](https://travis-ci.org/alexcrichton/libc)
[![Build status](https://ci.appveyor.com/api/projects/status/v0414slj8y8nga0p?svg=true)](https://ci.appveyor.com/project/alexcrichton/libc)

[Documentation](http://alexcrichton.com/libc)

## 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}`