Crate rdcl_aoc_helpers
Source - args
- Processing of command line arguments.
- direction
- Represents one of the four cardinal directions.
- error
- Error handling.
- grid
- Additional helper methods for
grid::Grid<T>
. - input
- I/O operations.
- machine
- Machine that performs assembly-like instructions.
- math
- Math.
- part
- Parts.
- permutations
- Produce all permutations of a given collection.
- search
- Searching algorithms.
- err_parse_error
- Macro to produce a ParseError wrapped in an Err, with optional interpolation (using format!).
- parse_error
- Macro to produce a ParseError, with optional interpolation (using format!).