File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
78This crate is a Rust port of Google's high-performance [ SwissTable] hash
89map, 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
You can’t perform that action at this time.
0 commit comments