bparse
A combinatorial approach to matching bytes, especially useful for writing lexers and tokenizers.
The crate borrows concepts from other parser-combinator crates but heavily simplifies things by eschewing error management and focusing exclusively on parsing byte slices.