Crate pest_deconstruct

Source
Expand description

§pest_deconstruct

PestDeconstructor and FromPest are utilities to ease transforming the “dynamically” typed Pest parse tree into a statically typed AST.

Structs§

PestDeconstructor
Deconstruct a Pest Pair into its inner productions in a strongly-typed, panic-enforced manner.

Traits§

FromPest
Convert from the Pest parse tree to a typed AST node.
PestDeconstruct
Deconstruct a Pest Pair into its inner productions in a strongly-typed, panic-enforced manner. See PestDeconstructor for more information.

Derive Macros§

FromPest