Available on crate feature
ast-models
only.Expand description
Abstract syntax tree modeling.
Modulesยง
- Identifiers are used throughout wright as variable names, type names, function names, etc. Their modeling is pretty simple, and is defined here.
- AST node models representing literal values in source code.
- Paths are used in import statements, and can take the place of an Identifier in many people.