From 6669dc067b6ead5eb5518f58764cf5c8452bc32c Mon Sep 17 00:00:00 2001 From: Jordan Terrell Date: Fri, 30 Nov 2018 10:47:31 -0600 Subject: [PATCH] Adding license and commits-since release badges... --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4031ec3..c0c7041 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ rust-rocksdb ============ [![Build Status](https://travis-ci.org/rust-rocksdb/rust-rocksdb.svg?branch=master)](https://travis-ci.org/rust-rocksdb/rust-rocksdb) -[![crates.io](http://meritbadge.herokuapp.com/rocksdb)](https://crates.io/crates/rocksdb) +[![crates.io](https://meritbadge.herokuapp.com/rocksdb)](https://crates.io/crates/rocksdb) [![documentation](https://docs.rs/rocksdb/badge.svg)](https://docs.rs/rocksdb) +[![license](https://img.shields.io/crates/l/rocksdb.svg)](https://github.com/rust-rocksdb/rust-rocksdb/blob/master/LICENSE) [![Gitter chat](https://badges.gitter.im/rust-rocksdb/gitter.png)](https://gitter.im/rust-rocksdb/lobby) + +![GitHub commits (since latest release)](https://img.shields.io/github/commits-since/rust-rocksdb/rust-rocksdb/latest.svg) + Feedback and pull requests welcome! If a particular feature of RocksDB is important to you, please let me know by opening an issue, and I'll prioritize it.