Crate utf8_chars

Source

Structs§

Chars
An iterator over the chars of an instance of BufRead.
CharsRaw
An iterator over the chars of an instance of BufRead.
ReadCharError
A structure, containing read bytes, and an io::Error.

Traits§

BufReadCharsExt
Extends BufRead with methods for reading chars.