bparse 0.20.0

A library for parsing bytes
Documentation

bparse

A combinatorial approach to matching slices, 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 in-memory buffers.