[][src]Crate utf8_chars

Structs

Chars

An iterator over the chars of an instance of BufRead.

ReadCharError

A structure, containing readed bytes, and an io::Error. The io::Error is an actual I/O error if some occuried, or a synthetic error with either the UnexpectedEof kind if a multi-byte char was unexpectedly terminated, either the InvalidData kind if no actual I/O error occuried, but readed byte sequence was not recognised as a valid UTF-8.

Traits

BufReadCharsExt

Extends BufRead with methods for reading chars.