Advent of Code Rust edition

Create example

There is a scaffold script you can use to generate new days

$ ./bin/scaffold 1

Running a day

Running both parts

$ cargo day 01

Running specific part

$ cargo day 01 1

Running with release target

$ cargo rday 01

It also support specific part