pub type CodePoint8BitCharStream<'a> = InputStream<&'a [u8]>;
Expand description

InputStream which treats the input as a series of Unicode code points that fit into u8