My attempts at the problems specified for the Advent of Code 2020 event, implemented in Rust. Each day of the month (n = 1-25) is implemented in its own standalone Cargo project in a subdirectory named aoc_<n>.
To generate a new day, run:
./gen.sh <day_number>