Registry / other / pest-meta

pest-meta

JSON →
library2.8.6rscratesunverified

Parses and validates the pest meta-language grammar files used by the pest parser generator.

# Cargo.toml [dependencies] pest_meta = "2.8.6"
INSTALL
IMPORT
SIG · PEST-META
P
pest-meta
otherrustv2.8.6
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.

parse
use pest_meta::parse;

Parses a simple pest grammar string.

use pest_meta::parse; fn main() -> Result<(), Box<dyn std::error::Error>> { let grammar = "alpha = { 'a'..'z' }\n"; let parsed = parse(grammar)?; println!("Grammar parsed successfully: {:?}", parsed); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.8.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pest-meta — cargo add pest-meta · libregistry