My solutions to the Advent of Code 2019 puzzles, written in Rust.
This time, all solutions will feature async-await using the async-std runtime.
My main goal is not to create the quickest / shortest / fastest solution ever, but to create nice, idiomatic, readable and maintainable Rust code with suitable performance.