cargo-advent
A command line utility (yes yet another) for Rust Advent of Code projects
This cli will (eventually):
| feature | Implemented | Implemeted Version |
|---|---|---|
| Generate a scaffolded git repository, similar to cargo init that templates the year/day for the problem | yes | 0.1.0 |
| Allow user to download input files to the repo to allow testing | No | N/A |
| Submit output for solution to the AOC website | No | N/A |
| Benchmark the solutions | No | N/A |