[][src]Module aoc_next::app

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.

Functions

aoc_main

Execute all exercise solutions defined in an Aoc struct.