We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b18b7 commit e00e24aCopy full SHA for e00e24a
README.md
@@ -4,22 +4,7 @@ libc
4
A Rust library with native bindings to the types and functions commonly found on
5
various systems, including libc.
6
7
-[](https://travis-ci.org/rust-lang/libc)
+[](https://travis-ci.org/alexcrichton/libc)
8
+[](https://ci.appveyor.com/project/alexcrichton/libc)
9
-[Documentation](http://doc.rust-lang.org/libc)
10
-
11
-## Usage
12
13
-Add this to your `Cargo.toml`:
14
15
-```toml
16
-[dependencies]
17
18
-libc = "0.1"
19
-```
20
21
-and this to your crate root:
22
23
-```rust
24
-extern crate libc;
25
+[Documentation](http://alexcrichton.com/libc)
0 commit comments