Skip to content

Commit c7317b2

Browse files
committed
Add crates.io and docs.rs links to readme
1 parent 2b9f510 commit c7317b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Multi-Map
22

33
[![Build Status](https://travis-ci.org/thejpster/multi-map.svg?branch=master)](https://travis-ci.org/thejpster/multi-map)
4+
[![Crate version](https://img.shields.io/crates/v/multi-map.svg)](https://crates.io/crates/multi-map)
5+
[![Documentation](https://img.shields.io/badge/documentation-docs.rs-df3600.svg)](https://docs.rs/multi-map)
46

5-
Like a std::collection::HashMap, but allows you to use either of two different keys to retrieve items.
7+
Like a `std::collection::HashMap`, but allows you to use either of two different keys to retrieve items.
68

79
For more details, see [the Github.io page](http://thejpster.github.io/multi-map/).
8-

0 commit comments

Comments
 (0)