1 stable release
| 1.0.0 | Mar 10, 2020 |
|---|
#2665 in Procedural macros
22 downloads per month
Used in 4 crates
1MB
26K
SLoC
The Rust parser and macro expander.
Note
This API is completely unstable and subject to change.
The rustc_ast crate contains those things concerned purely with syntax
– that is, the AST ("abstract syntax tree"), parser, pretty-printer,
lexer, macro expander, and utilities for traversing ASTs.
For more information about how these things work in rustc, see the rustc guide:
Dependencies
~7.5MB
~140K SLoC