cargo-aoc
cargo-aoc copied to clipboard
Runner support for multiple years
I noticed cargo aoc input downloads inputs into directories by year.
Are there any plans to support multiple years per project in the runner? It would be nice to have all my advent years in the same repo.
The main issue is how symbols are exported by aoc_lib, in order to be used by aoc_runner and aoc_generator (which are year agnostic ATM).
Makes sense. Something to keep in mind for the future, if it's not too hard.
This would be a great feature!