cargo-advent-0.0.1 is not a library.
Visit the last successful build:
cargo-advent-0.2.0
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 | No | N/A |
| 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 |