From 00a63c8afceda7d542e29ab990ca0646de264698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sp=C3=B6ttel?= <1682504+fspoettel@users.noreply.github.com> Date: Mon, 14 Nov 2022 12:10:05 +0100 Subject: [PATCH] docs: add link to blessed.rs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b0d5dfe..3369fac 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,8 @@ Go to the _Secrets_ tab in your repository settings and create the following sec - [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). + Do you have aoc-specific crate recommendations? [Share them!](https://github.com/fspoettel/advent-of-code-rust/edit/main/README.md) ## Common pitfalls