utf8-parser
A stateful one-byte-at-a-time UTF-8 parser. This is useful for things like building characters from bytes pulled from a UART.
Example
use Utf8Parser;
let mut parser = new;
assert!;
assert!;
assert!;
assert_eq!;
Crate Features
std
- Enables the Error implementation onUtf8ParserError
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE)
- MIT license (LICENSE-MIT)
at your option.