Struct utf8parse::Parser [−][src]
pub struct Parser { /* fields omitted */ }
Expand description
A parser for Utf8 Characters
Repeatedly call advance
with bytes to emit Utf8 characters
pub struct Parser { /* fields omitted */ }
A parser for Utf8 Characters
Repeatedly call advance
with bytes to emit Utf8 characters