aoc
0.0.0
All Items
Re-exports
Macros
Constants
Type Aliases
Crate
aoc
Copy item path
source
·
[
−
]
Re-exports
§
pub use ::
utils
;
pub use ::year2015;
pub use ::year2016;
pub use ::
year2017
;
Macros
§
all_
puzzles
Macro which invokes a callback macro with a list of all implemented puzzle solutions.
Constants
§
PUZZLES
Constant containing each puzzle solution.
Type Aliases
§
Puzzle
Fn
Represents a wrapper function around a puzzle solution.