We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hashbrown
1 parent f5b7707 commit a6405f2Copy full SHA for a6405f2
README.md
@@ -179,7 +179,6 @@ Go to the _Secrets_ tab in your repository settings and create the following sec
179
## Useful crates
180
181
- [itertools](https://crates.io/crates/itertools): Extends iterators with extra methods and adaptors. Frequently useful for aoc puzzles.
182
-- [hashbrown](https://crates.io/crates/hashbrown): Faster hashing functions for `HashMap` and `HashSet`.
183
- [regex](https://crates.io/crates/regex): Official regular expressions implementation for Rust.
184
185
A curated list of popular crates can be found on [blessred.rs](https://blessed.rs/crates).
0 commit comments