From f48c4aec45fb50f0120877d51bba8ef00bfe4107 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Sun, 17 May 2015 09:08:22 -0700 Subject: [PATCH] Use crates.io merit badge --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c704c023d..5c160afb8 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,10 @@ MIO is a lightweight IO library for Rust with a focus on adding as little overhead as possible over the OS abstractions. [![Build Status](https://travis-ci.org/carllerche/mio.svg?branch=master)](https://travis-ci.org/carllerche/mio) +[![crates.io](http://meritbadge.herokuapp.com/mio)](https://crates.io/crates/mio) - API documentation: [master](http://rustdoc.s3-website-us-east-1.amazonaws.com/mio/master/mio/), [v0.3](http://rustdoc.s3-website-us-east-1.amazonaws.com/mio/v0.3.x/mio/) -- [Crates.io](http://crates.io/crates/mio) - ## Usage To use `mio`, first add this to your `Cargo.toml`: