Crate elvish_macros

Crate elvish_macros 

Source
Expand description

Macros for elvish.

Macros§

available_days
Declares an array of available days, based on feature flags.
declare_modules
Declare modules for each day of advent of code.
declare_run_fn
Declare a function that can run advent of code solutions dynamically based on the aviable (think, solved) days.
example
Defines examples given in advent of code puzzles. The strings in the example are unindented using indoc.

Attribute Macros§

solution
A solution of an advent of code problem.