changeset 473:b9dd0ef8ccab

Add crates.io badge to README.
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 18 Jun 2019 20:29:25 +0200
parents 22b3ba103397
children e9eb1e007101
files README.md
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Sun May 26 22:21:59 2019 +0200
+++ b/README.md	Tue Jun 18 20:29:25 2019 +0200
@@ -1,5 +1,7 @@
 # leveldb-rs
 
+[![crates.io](https://img.shields.io/crates/v/rusty-leveldb.svg)](https://crates.io/crates/rusty-leveldb)
+
 **Goal:** A fully compatible implementation of LevelDB in Rust.
 
 The implementation is very close to the original; often, you can see the same