Crate read_char

Source
Expand description

The read_char crate provides easy way to read char from any Read instance.

Structs§

ReadIter
Iterator that reads char(s) from Read instance.

Enums§

Error
The kind of error that can occur when reading char(s) from Read.

Functions§

read_next_char
Reads next valid utf-8 encoded char form r.