bparse 0.15.0

A library for parsing bytes
Documentation
1
2
3
4
5
6
# 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.