Marwes/combine
A parser combinator library for Rust observed · 2026-08-28
Health v2 · maintenance only
88/100
- Activity 99
- Release rhythm 67
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4251
- days_rel: 8
- days_push: 8
- n_releases_24m: 1
Adoption not part of the score
1369 stars · 100 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A parser combinator library for Rust, inspired by Haskell's Parsec and attoparsec. It builds LL(1) parsers (with opt-in lookahead via attempt) that work on arbitrary streams with zero-copy and partial/resumable parsing support.
Use cases
- parse custom text formats in Rust
- build a DSL parser with combinators
- parse binary data from byte slices without copying
- incrementally parse data from a socket or stream
- write a tokenizer or config file parser
- parse protocols over async IO with tokio
When to choose
- you want composable, declarative parsers in Rust
- you need zero-copy or partial/streaming parsing
- your grammar is mostly LL(1) with limited lookahead needs
When to avoid
- you need a full LR/GLR parser generator for ambiguous grammars
- you prefer a grammar-file based tool like nom alternatives or lalrpop
- you need maximum ecosystem momentum around newer parser crates
Facets
library · maturity maintenance
parser parsers programming-languages developer-tools rust parser-combinators zero-copy ll-parsing parsec-inspired streaming-parsing
10 sources
- readme: https://github.com/Marwes/combine · fetched 2026-08-28 · 7adc0aafb255
- homepage: https://docs.rs/combine/*/combine/ · fetched 2026-08-29 · 2a55b75f6c3b
- site_page: https://docs.rs/ · fetched 2026-08-29 · 81ea1f7a2485
- site_page: https://docs.rs/crate/combine/latest · fetched 2026-08-29 · 99a944fa3f7a
- site_page: https://docs.rs/crate/combine/latest/features · fetched 2026-08-29 · 7ba633c35573
- site_page: https://docs.rs/about · fetched 2026-08-29 · 29ab7986fbf5
- site_page: https://docs.rs/about/badges · fetched 2026-08-29 · 6588cac258af
- site_page: https://docs.rs/about/builds · fetched 2026-08-29 · 811231ca4680
- site_page: https://docs.rs/about/metadata · fetched 2026-08-29 · 0dcdccb2b2b2
- site_page: https://docs.rs/about/redirections · fetched 2026-08-29 · 1b1efd93105f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Marwes/combine | main | 88 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem