utf8streamreader

Crates.ioutf8streamreader
lib.rsutf8streamreader
version0.1.0
created_at2025-03-06 17:37:34.625309+00
updated_at2025-03-06 17:37:34.625309+00
descriptionProvides a lookahead iterator on an utf8 byte stream
homepage
repository
max_upload_size
id1581530
size6,461
Timo Barnard (Webstonesl)

documentation

README

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.

Commit count: 0

cargo fmt