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.
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.