From a6405f2edb7b626696dc72da7e81176c304536c0 Mon Sep 17 00:00:00 2001 From: Tristan Guichaoua <33934311+tguichaoua@users.noreply.github.com> Date: Tue, 29 Nov 2022 11:42:11 +0100 Subject: [PATCH] chore: remove `hashbrown` crate suggestion --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index deb2ca4..f0a1f85 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,6 @@ Go to the _Secrets_ tab in your repository settings and create the following sec ## Useful crates - [itertools](https://crates.io/crates/itertools): Extends iterators with extra methods and adaptors. Frequently useful for aoc puzzles. -- [hashbrown](https://crates.io/crates/hashbrown): Faster hashing functions for `HashMap` and `HashSet`. - [regex](https://crates.io/crates/regex): Official regular expressions implementation for Rust. A curated list of popular crates can be found on [blessred.rs](https://blessed.rs/crates).