rustmax

Module quote

Source
Expand description

The quote! macro for turning code blocks into source tokens.

See crate ::quote.

Macros§

  • Formatting macro for constructing Idents.
  • The whole point.
  • Same as quote!, but applies a given span to all tokens originating within the macro invocation.

Traits§

  • Specialized formatting trait used by format_ident!.
  • Types that can be interpolated inside a quote! invocation.
  • TokenStream extension trait with methods for appending tokens.