[][src]Module rdcl_aoc_helpers::input

Structs

MappedLines

Iterator over the lines that have been mapped to the requested type.

MappedMultiLines

Iterator over the lines that have been mapped to the requested type.

Traits

MultilineFromStr

Inspired by std::str::FromStr, so you can read input files where a record spans multiple lines.

WithAsMultilineRecords
WithAsRecords
WithReadLines
WithReadMultiLines