Crate pest_deconstruct[−][src]
pest_deconstruct
PestDeconstructor
and FromPest
are utilities to ease transforming the "dynamically"
typed Pest parse tree into a statically typed AST.
Re-exports
pub use derive::*; |
Structs
PestDeconstructor |
Deconstruct a Pest |
Traits
FromPest |
Convert from the Pest parse tree to a typed AST node. |
PestDeconstruct |
Deconstruct a Pest |