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§
- Token
Stream - An abstract stream of tokens, or more concretely a sequence of token trees.
Traits§
- Quote
ToTokens - Types that can be interpolated inside a
quote!invocation. - Token
Stream Ext - TokenStream extension trait with methods for appending tokens.