Crate ascii_read

source ·

Structs

An iterator over the lines of an instance of AsciiBufRead.

Enums

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