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.
1 parent 30670f3 commit b82974cCopy full SHA for b82974c
README.md
@@ -179,5 +179,6 @@ Go to the _Secrets_ tab in your repository settings and create the following sec
179
180
- [itertools](https://crates.io/crates/itertools): Extends iterators with extra methods and adaptors. Frequently useful for aoc puzzles.
181
- [hashbrown](https://crates.io/crates/hashbrown): Faster hashing functions for `HashMap` and `HashSet`.
182
+- [regex](https://crates.io/crates/regex): Official regular expressions implementation for Rust.
183
184
Do you have aoc-specific crate recommendations? [Share them!](https://github.com/fspoettel/advent-of-code-rust/edit/master/README.md)
0 commit comments