611 major breaking releases
| 645.0.0 | Feb 25, 2020 |
|---|---|
| 644.0.0 | Feb 18, 2020 |
| 643.0.0 | Feb 11, 2020 |
| 642.0.0 | Feb 8, 2020 |
| 1.0.0 | Jan 11, 2018 |
#2522 in Procedural macros
387 downloads per month
Used in 5 crates
(4 directly)
1.5MB
30K
SLoC
The Rust parser and macro expander.
Note
This API is completely unstable and subject to change.
The syntax 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
~139K SLoC