Expand description
ByteParser and other support for parsing bytes
TODO
- Replace our concrete
BufferManager
with a trait and impl, because different applications have different performance needs and benefit from different strategies.
Modules§
- testutils
- Common parser testing utilities
Structs§
- Buffer
Manager - Manage the buffering necessary for driving ByteParser in an i/o agnostic manner
Traits§
- Byte
Parser - Any Parser over
[u8]
input