[][src]Crate rdcl_aoc_helpers

Modules

args

Processing of command line arguments.

direction

Represents one of the four cardinal directions.

error

Error handling.

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.

Macros

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!).