Solving Advent of Code 2020 problems in Rust! I've also put some comments about each exercise and learning Rust at the beginning of each file.
To run a specific exercise, run cargo run --example <ex_name>
.
For example, to run Day 1 Part 1: cargo run --example day1_pt1
.
I'd like to give a big thank you to Will Owens @wsowens for getting me excited about learning Rust and for teaching me some really cool tricks in both the language and for displaying information on the terminal!