docs: add regex crate to readme

This commit is contained in:
Felix Spöttel 2022-10-24 15:04:19 +02:00
parent 30670f33fb
commit b82974cd4f
1 changed files with 1 additions and 0 deletions

View File

@ -179,5 +179,6 @@ Go to the _Secrets_ tab in your repository settings and create the following sec
- [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.
Do you have aoc-specific crate recommendations? [Share them!](https://github.com/fspoettel/advent-of-code-rust/edit/master/README.md)