Expand description
Input abstractions for executable parsers.
Traitsยง
- Input
Buf - Trait for types that can be used as input for Vest parsers, roughly corresponding to byte buffers.
- Input
Slice - A byte input whose ordinary and deep views denote the same byte sequence.