Expand description
A character-oriented decoder implementation that will take an underlying std::u8 (byte) source and produce a stream of decoded Unicode (UTF-8) characters
Structsยง
- Utf8
Decoder - A UTF-8 decoder, which takes a ref to a BufRead instance.