[][src]Module rdcl_aoc_helpers::input

I/O operations.

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

This trait allows you to easily convert an object to a vec of items of the required type.

WithAsRecords

This trait allows you to easily convert an object to a vec of items of the required type.

WithReadLines

This trait allows you to easily read lines from a Readable object.

WithReadMultiLines

This trait allows you to easily read lines from a Readable object.