Module rdcl_aoc_helpers::input

source ·
Expand description

I/O operations.

Structs

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

Traits

Inspired by std::str::FromStr, so you can read input files where a record spans multiple lines.
This trait allows you to easily convert an object to a vec of items of the required type.
This trait allows you to easily convert an object to a vec of items of the required type.
This trait allows you to easily read lines from a Readable object.
This trait allows you to easily read lines from a Readable object.