Skip to content

Commit e00e24a

Browse files
committed
Add more badges
1 parent 95b18b7 commit e00e24a

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

README.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,7 @@ libc
44
A Rust library with native bindings to the types and functions commonly found on
55
various systems, including libc.
66

7-
[![Build Status](https://travis-ci.org/rust-lang/libc.svg?branch=master)](https://travis-ci.org/rust-lang/libc)
7+
[![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)
89

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-
```
10+
[Documentation](http://alexcrichton.com/libc)

0 commit comments

Comments
 (0)