Crate ascii_read

Source

Structs§

AsciiLines
An iterator over the lines of an instance of AsciiBufRead.

Enums§

AsciiReadError
Error returned when reading from a type that implements AsciiBufRead. This may be an I/O error or an error when the sequence of u8 are not all ASCII.

Traits§

AsciiBufRead