Expand description
Library prelude; glob-import to bring all important items into scope.
Re-exports§
Macros§
- derive_
tests - Derive test cases for a day’s solution.
- solution_
array - Generates an array of solution closures. Useful if you’d like to defer picking which solution to execute until runtime.
- solve
- Run and pretty-print a day’s solution.
- solve_
through - Run and pretty-print the solutions for all days in the range
1..=N
.
Structs§
- Outcome
- Represents the final product of a
Solution
. - Timings
- Represents benchmarking timing data from the execution of a solution.