Closed fspoettel closed 1 year ago
Closing for now: while this works, this has the unintended side effect of compiling aoc_client
into each separate solution binary, which slows down builds drastically.
Can re-open if this template moves to using modules (may or may not happen).
https://github.com/scarvalhojr/aoc-cli/tree/main/aoc-client
This would reduce the amount of setup work required and also make this interaction a bit safer. On the downside, we would now have to compile the
aoc_client
crate before running stuff, which is fairly slow.