Crate elves

Source
Expand description

elves is a collection of common algorithms, parsers, types and traits for advent of code

Modules§

parsers
Input parsers
types
Reusable types

Macros§

many_max
maximum of multiple items by recursively calling std::cmp::max
many_min
minimum of multiple items by recursively calling std::cmp::min