File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ hashbrown
3
3
4
4
[ ![ Build Status] ( https://travis-ci.com/rust-lang/hashbrown.svg?branch=master )] ( https://travis-ci.com/rust-lang/hashbrown )
5
5
[ ![ 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 )
6
7
7
8
This crate is a Rust port of Google's high-performance [ SwissTable] hash
8
9
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
15
16
[ here ] : https://github.com/abseil/abseil-cpp/blob/master/absl/container/internal/raw_hash_set.h
16
17
[ CppCon talk ] : https://www.youtube.com/watch?v=ncHmEUmJZf4
17
18
18
- ## [ Documentation] ( https://docs.rs/hashbrown )
19
-
20
19
## [ Change log] ( CHANGELOG.md )
21
20
22
21
## Features
You can’t perform that action at this time.
0 commit comments