Module chisel_decoders::ascii
source · Expand description
A character-oriented decoder implementation that will take an underlying std::u8 (byte) source and produce a stream of decoded ASCII characters
Structs
- An ASCIIdecoder, which takes a ref to a BufRead instance.