utf8streamreader 0.1.0

Provides a lookahead iterator on an utf8 byte stream
Documentation
  • Coverage
  • 0%
    0 out of 15 items documented0 out of 7 items with examples
  • Size
  • Source code size: 5.99 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.53 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Webstonesl

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 chars.

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

Suggestions and PRs are welcome.