Module chisel_decoders::utf8

source ·
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

  • A UTF-8 decoder, which is wrapped around a given Read instance. The lifetime of the reader instance must be at least as long as the decoder