36 releases
0.0.39 | Feb 22, 2021 |
---|---|
0.0.38 | Feb 15, 2021 |
0.0.35 | Jan 25, 2021 |
0.0.30 | Dec 28, 2020 |
0.0.13 | Aug 31, 2020 |
4,778 downloads per month
Used in 21 crates
(8 directly)
15KB
383 lines
lib.rs
:
tt
crate defines a TokenTree
data structure: this is the interface (both
input and output) of macros. It closely mirrors proc_macro
crate's
TokenTree
.
Dependencies
~245–390KB