Crate chisel_decoders

source ·
Expand description

Simple UTF-8 decoder

Modules

  • Common types used throughout the rest of the crate
  • A character-oriented decoder implementation that will take an underlying std::u8 (byte) source and produce a stream of decoded Unicode (UTF-8) characters

Macros