Antoine Martin
8d11c817f3
Unfortunately cargo doesn't allow optional dev dependencies (see rust-lang/cargo#1596) so this is the workaround. Previously, running `cargo test` triggered the build of all dev dependencies, including criterion, which in turn pulls in a lot of stuff. Running tests should be faster, hence this change. |
||
---|---|---|
.github/workflows | ||
aoc | ||
aoc2015 | ||
aoc2018 | ||
aoc2019 | ||
aoc2020 | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
Makefile | ||
README.org |
Advent of Code
Solutions to the Advent of Code, in Rust.
I've started doing these in 2019, mainly to learn Rust. Comparing my solutions to others', such as BurntSushi's repo for 2018, helped a lot to learn Rust idioms.
Years 2019 and 2020 are the most complete, and I did these mostly on the day the problems were released.