docs: add regex crate to readme
This commit is contained in:
parent
30670f33fb
commit
b82974cd4f
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
- [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`.
|
- [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)
|
Do you have aoc-specific crate recommendations? [Share them!](https://github.com/fspoettel/advent-of-code-rust/edit/master/README.md)
|
||||||
|
|
Loading…
Add table
Reference in a new issue