Crate ra_ap_tt[][src]

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

buffer

FIXME: write short doc here

Structs

Delimiter
Ident
Literal
Punct
SmolStr

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

Subtree
TokenId

Represents identity of the token.

Enums

DelimiterKind
ExpansionError
Leaf
Spacing
TokenTree