Expand description
Helpers for executing solutions.
See aoc_main() for an easy to use entrypoint.
The implementations to execute can be
defined in the Aoc struct.
The different macros in this crate can ease the duty of
defining each implementation.
Structs§
- Aoc
- Central configuration for the
aoc_main()entrypoint.