Expand description

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.

Modules

Stateful iteration over token trees.

Structs

A SmolStr is a string type that has the following properties:

Represents identity of the token.

Enums

Functions