Skip to main content

Module input

Module input 

Source
Expand description

Input abstractions for executable parsers.

Traitsยง

InputBuf
Trait for types that can be used as input for Vest parsers, roughly corresponding to byte buffers.
InputSlice
A byte input whose ordinary and deep views denote the same byte sequence.