Module input_stream

Module input_stream 

Source
Expand description

Input to lexer

Structs§

InputStream
Default rust target input stream.

Type Aliases§

ByteStream
InputStream over byte slice
CodePoint8BitCharStream
InputStream which treats the input as a series of Unicode code points that fit into u8
CodePoint16BitCharStream
InputStream which treats the input as a series of Unicode code points that fit into u16
CodePoint32BitCharStream
InputStream which treats the input as a series of Unicode code points