pest's derive macro for generating parsers from grammar files.
# Cargo.toml
[dependencies]
pest_derive = "2.8.6"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Derives a parser from a pest grammar file.
Ensure the grammar file exists and the path is correct in the `#[grammar = "..."]` attribute.
No dependency data recorded yet.