Skip to content

Commit 70afa1b

Browse files
committed
Use docs.rs badge
1 parent 44243cc commit 70afa1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ hashbrown
33

44
[![Build Status](https://travis-ci.com/rust-lang/hashbrown.svg?branch=master)](https://travis-ci.com/rust-lang/hashbrown)
55
[![Crates.io](https://img.shields.io/crates/v/hashbrown.svg)](https://crates.io/crates/hashbrown)
6+
[![Documentation](https://docs.rs/hashbrown/badge.svg)](https://docs.rs/hashbrown)
67

78
This crate is a Rust port of Google's high-performance [SwissTable] hash
89
map, adapted to make it a drop-in replacement for Rust's standard `HashMap`
@@ -15,8 +16,6 @@ The original C++ version of SwissTable can be found [here], and this
1516
[here]: https://github.com/abseil/abseil-cpp/blob/master/absl/container/internal/raw_hash_set.h
1617
[CppCon talk]: https://www.youtube.com/watch?v=ncHmEUmJZf4
1718

18-
## [Documentation](https://docs.rs/hashbrown)
19-
2019
## [Change log](CHANGELOG.md)
2120

2221
## Features

0 commit comments

Comments
 (0)