Rust version of AOC 2022
Using:
- aoc-parse https://lib.rs/crates/aoc-parse
- aoc-main https://lib.rs/crates/aoc-main
- Install Rust and Cargo: https://rustup.rs/
cargo run
for latest implemented daycargo run -- --all
for all dayscargo run -- --bench
to run Criterion benchmark (can take--all
too)- The first run will ask for your Advent of Code session token, the value of the
session
cookie