Skip to content

Commit

Permalink
docs: include a few links
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Dec 28, 2023
1 parent 72c9cfe commit 8a33ea6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,15 @@ A few of the crates I'm using or have used:
- `log`, `env_logger`, `test-log`: logging facilities
- `num`: Needed `lcm` in a problem.
- `pest`/`pest_derive`: A PEG parser
- `petgraph` / `rustworkx-core`: Graph tools, similar to networkx for Python
- `rayon` (not actively used): Easy multithreading
- `regex`: Input parsing via regular expressions
- `strum`: Powerful enum tools like conversion with strings & iteration over enums

I added fairly extensive docs to `13` to try `cargo doc`. Other days have some intro text,
but little in the way of inline docs.

More links:

- [Solution megathreads](https://www.reddit.com/r/adventofcode/search?q=flair_name%3A%22SOLUTION%20MEGATHREAD%22&restrict_sr=1)
- [Rust fast solutions](https://github.com/kcaffrey/aoc2023) [(Reddit)](https://www.reddit.com/r/adventofcode/s/FqpybvRYhk)

0 comments on commit 8a33ea6

Please sign in to comment.