Expand description

Collection of imports used in automatically generated files (to avoid listing many imports in them). Should not generally be used directly by users of rust-lwb

Re-exports

pub use crate::parser::ast::from_pairs::GenerateAstInfo;
pub use crate::parser::ast::from_pairs::FromPairs;
pub use crate::parser::ast::from_pairs::FromPairsError;
pub use crate::parser::ast::AstInfo;
pub use crate::parser::ast::AstNode;
pub use crate::parser::peg::parse_pair::ParsePairExpression;
pub use crate::parser::peg::parse_pair::ParsePairSort;
pub use serde;

Traits

A data structure that can be deserialized from any data format supported by Serde.

A data structure that can be serialized into any data format supported by Serde.

Derive Macros