Module helpers

Source
Expand description

Re-exports proc_macro2 and quote to help implement custom SelfRustTokenize

Re-exports§

pub use proc_macro2;

Macros§

quote
The whole point.

Structs§

TokenStream
An abstract stream of tokens, or more concretely a sequence of token trees.

Traits§

QuoteToTokens
Types that can be interpolated inside a quote! invocation.
TokenStreamExt
TokenStream extension trait with methods for appending tokens.