The Elegant Parser: a PEG parser generator for Rust.
# Cargo.toml
[dependencies]
pest = "2.8.6"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a PEG grammar inline and parse input using the generated parser.
Use #[grammar_inline = "..."] for inline grammar or ensure .pest file is in the correct path
No dependency data recorded yet.