bparse 0.21.0

A library for parsing bytes
Documentation
1
2
3
4
5
6
7
8
9
# bparse

- [Documentation]https://docs.rs/bparse
- [Library on crates.io]https://crates.io/crates/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.