Crate org_rust_parser
source ·Modules§
- Module containing element structures
- Module containing object structures
Macros§
- Shorthand for extracting a
crate::Exprfrom acrate::Parser. - Shorthand for extracting a
crate::Nodefrom acrate::Parser.
Structs§
- Representation of attributes that can be attached to
Nodes. - The range of an arbitary item in the source text.
- A wrapper around an
Exprwhich stores important metadata. - Arena-based container storing
Nodes - The primary output of parsing.
Enums§
- An enum that represents all possible AST nodes
Functions§
- An alternative entry point to the parser for parsing macros.
- The main entry point to the parser.