summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-07-01 18:14:20 +0000
committerbors <bors@rust-lang.org>2018-07-01 18:14:20 +0000
commit03e1a8cde909d08a1bd1c665b3f8965ce3b33e0e (patch)
tree75b5695176511cdf507ab2286865cb5f83536bb6
parentb6d23ed45d72918239c0bfac11dc547895e59b81 (diff)
parent8a120921bf7e37d9addf5b11b11df447433d9ddd (diff)
downloadrust-libc-03e1a8cde909d08a1bd1c665b3f8965ce3b33e0e.tar.gz
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
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9afd7b5cdc..5c25923281 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,10 @@ various systems, including libc.
[![Build Status](https://travis-ci.org/rust-lang/libc.svg?branch=master)](https://travis-ci.org/rust-lang/libc)
[![Build status](https://ci.appveyor.com/api/projects/status/github/rust-lang/libc?svg=true)](https://ci.appveyor.com/project/rust-lang-libs/libc)
+[![Latest version](https://img.shields.io/crates/v/libc.svg)](https://crates.io/crates/libc)
+[![Documentation](https://docs.rs/libc/badge.svg)](https://docs.rs/libc)
+![License](https://img.shields.io/crates/l/libc.svg)
-[Documentation](#platforms-and-documentation)
## Usage