Skip to content

Commit 03e1a8c

Browse files
committed
Auto merge of #1027 - bcko:patch-1, r=alexcrichton
added badges added Documentation, Latest Version, License badges similar to rand crate. https://crates.io/crates/rand
2 parents b6d23ed + 8a12092 commit 03e1a8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ various systems, including libc.
66

77
[![Build Status](https://travis-ci.org/rust-lang/libc.svg?branch=master)](https://travis-ci.org/rust-lang/libc)
88
[![Build status](https://ci.appveyor.com/api/projects/status/github/rust-lang/libc?svg=true)](https://ci.appveyor.com/project/rust-lang-libs/libc)
9+
[![Latest version](https://img.shields.io/crates/v/libc.svg)](https://crates.io/crates/libc)
10+
[![Documentation](https://docs.rs/libc/badge.svg)](https://docs.rs/libc)
11+
![License](https://img.shields.io/crates/l/libc.svg)
912

10-
[Documentation](#platforms-and-documentation)
1113

1214
## Usage
1315

0 commit comments

Comments
 (0)