Rust directory cribbed from Axel Lindeberg's AdventOfCode2020 repo.
For execution time of each solution, see timings.md. If and when I get to it!
First cd rust
cargo run --release --bin DAY # run a specific day
cargo run --release # run all days