bparse
A combinatorial approach to parsing bytes, especially useful for parsing network protocols and lexing.
The crate borrows concepts from other parser-combinator crates but heavily simplifies things by eschewing error management and focusing exclusively on parsing bytes.