tt crate defines a TokenTree data structure: this is the interface (both
input and output) of macros.
The TokenTree is semantically a tree, but for performance reasons it is stored as a flat structure.
tt crate defines a TokenTree data structure: this is the interface (both
input and output) of macros.
The TokenTree is semantically a tree, but for performance reasons it is stored as a flat structure.