summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBC Ko <bcko@users.noreply.github.com>2018-06-30 21:48:41 -0700
committerGitHub <noreply@github.com>2018-06-30 21:48:41 -0700
commit8a120921bf7e37d9addf5b11b11df447433d9ddd (patch)
tree052439da33af2a2406775683a57440e66cb4f492
parenta9666f6010878c8797401fc67f56e84489bba31e (diff)
downloadrust-libc-8a120921bf7e37d9addf5b11b11df447433d9ddd.tar.gz
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