cargo-advent 0.0.2

Yet another cli to help with Advent of Code challenges
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div style="text-align: center;">

# cargo-advent


<img width="200" src="./resources/cargo-advent.png" alt="logo for cargo-advent project with rust cog with calendar image inside it">

>A command line utility (yes yet another) for Rust Advent of Code projects

</div>

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 |