Module input

Source
Expand description

Items relating to puzzle input.

Structs§

InputError
Error type that shows the error’s location in the input, returned by puzzle new functions.

Enums§

InputType
Enum for distinguishing between example and real inputs.

Traits§

MapWithInputExt
Extension trait to simplify converting errors and locations into InputErrors.
ToIndex
Helper trait to simplify error location tracking.