Crate template_quote

Source
Expand description

This create provide quote! macro.

Macros§

quote
The entrypoint with fully backward-compatibility with traditional quote! macro.
quote_configured
quote_configured! macro is configurable version of quote!.
quote_spanned
quote_spanned! macro emit TokenTree with specified Span.

Traits§

Repeat
ToTokens
Types that can be interpolated inside a quote! invocation.