Crate incpa_byte

Source
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§

BufferManager
Manage the buffering necessary for driving ByteParser in an i/o agnostic manner

Traits§

ByteParser
Any Parser over [u8] input