Skip to content

Commit

Permalink
add badges to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory-Meyer committed Jun 18, 2019
1 parent 8fb6c56 commit 47f3c73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# cht

[![crates.io](https://img.shields.io/crates/v/cht.svg)](https://crates.io/crates/cht)
[![docs.rs](https://docs.rs/cht/badge.svg)](https://docs.rs/cht)
[![Travis CI](https://travis-ci.com/Gregory-Meyer/cht.svg?branch=master)](https://travis-ci.com/Gregory-Meyer/cht)

cht provides a lockfree hash table that supports concurrent lookups, insertions,
and deletions.

Expand Down

0 comments on commit 47f3c73

Please sign in to comment.