ra_ap_tt 0.0.316

A `TokenTree` data structure for rust-analyzer.
Documentation

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.