Expand description
Input to lexer
Structs§
- Input
Stream - Default rust target input stream.
Type Aliases§
- Byte
Stream InputStream
over byte slice- Code
Point8 BitChar Stream - InputStream which treats the input as a series of Unicode code points that fit into
u8
- Code
Point16 BitChar Stream - InputStream which treats the input as a series of Unicode code points that fit into
u16
- Code
Point32 BitChar Stream - InputStream which treats the input as a series of Unicode code points