Skip to content

Commit b82974c

Browse files
committed
docs: add regex crate to readme
1 parent 30670f3 commit b82974c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,5 +179,6 @@ Go to the _Secrets_ tab in your repository settings and create the following sec
179179

180180
- [itertools](https://crates.io/crates/itertools): Extends iterators with extra methods and adaptors. Frequently useful for aoc puzzles.
181181
- [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.
182183

183184
Do you have aoc-specific crate recommendations? [Share them!](https://github.com/fspoettel/advent-of-code-rust/edit/master/README.md)

0 commit comments

Comments
 (0)