Registry / utility / chumsky

chumsky

JSON →
library0.13.0rscratesunverified

A parser library for humans with powerful error recovery

# Cargo.toml [dependencies] chumsky = "0.13.0"
INSTALL
IMPORT
SIG · CHUMSKY
C
chumsky
utilityrustv0.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

just
use chumsky::prelude::*;

Parse a simple string literal

use chumsky::prelude::*; fn main() { let parser = just::<_, _, Simple<char>>("hello"); let result = parser.parse("hello"); println!("{:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources