Skip to content

Commit

Permalink
add badges to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Bezobchuk committed Dec 31, 2018
1 parent 890461a commit 05398f6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# rsbloom
# rsbloom   [![Build Status]][travis] [![Latest Version]][crates.io] [![Rustc Version]][rustc] [![License]][crates.io]

[Build Status]: https://travis-ci.org/alexanderbez/rust-bloom.svg?branch=master
[travis]: https://travis-ci.org/alexanderbez/rust-bloom
[Latest Version]: https://img.shields.io/crates/v/rsbloom.svg
[crates.io]: https://crates.io/crates/rsbloom
[Rustc Version]: https://img.shields.io/badge/rustc-1.31+-blue.svg
[rustc]: https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html
[License]: https://img.shields.io/crates/l/rsbloom.svg

A simple implementation of a Bloom filter, a space-efficient probabilistic data
structure.
Expand Down

0 comments on commit 05398f6

Please sign in to comment.