utf8streamreader 0.1.0

Provides a lookahead iterator on an utf8 byte stream
Documentation
1
2
3
4
5
6
7
8
9
# UTF8Reader 

This is a simple library which aids in reading UTF-8 encoded byte streams. It
takes in any implementer of the `Read` trait and returns an iterator of `char`s.

It also incorparates a lookahead struct which allows look ahead of many
characters. 

Suggestions and PRs are welcome.