Add crates.io badge.

This commit is contained in:
Ty 2015-04-16 14:43:39 -07:00
parent ccd7588894
commit 6cceb1f689
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<img align="right" src="./logo.png" /> <img align="right" src="./logo.png" />
[![Build Status](https://travis-ci.org/TyOverby/bincode.svg)](https://travis-ci.org/TyOverby/bincode) [![Build Status](https://travis-ci.org/TyOverby/bincode.svg)](https://travis-ci.org/TyOverby/bincode)
[![](http://meritbadge.herokuapp.com/bincode)](https://crates.io/crates/bincode)
A compact encoder / decoder pair that uses an binary zero-fluff encoding scheme. A compact encoder / decoder pair that uses an binary zero-fluff encoding scheme.
The size of the encoded object will be the same or smaller than the size that The size of the encoded object will be the same or smaller than the size that