Expand description
Items relating to puzzle input.
Structs§
- Error type that shows the error’s location in the input, returned by puzzle
new
functions.
Enums§
- Enum for distinguishing between example and real inputs.
Traits§
- Extension trait to simplify converting errors and locations into
InputError
s. - Helper trait to simplify error location tracking.