Expand description
The read_char
crate provides easy way to read char
from any Read
instance.
Structs§
- Read
Iter - 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
.