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.
#![no_std]
friendly
Example
use Utf8Parser;
let mut parser = new;
assert!;
assert!;
assert!;
assert_eq!;
Similar crates
- utf8parse - by the Alacritty project
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE)
- MIT license (LICENSE-MIT)
at your option.