# 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.