Expand description
Utils for implementing proc-macro. Works on stable.
Re-exports§
pub use spanned_quote::Quote;
pub use proc_macro2;
pub use quote;
pub use syn;
Modules§
- comment
- prelude
- Prelude for convenience.
- respan
- Span support for quasi-quotting.
- spanned_
quote - Span-aware quasi quotting built on top of
quote
crate. - synom_
ext - Utils for tokens from synom::tokens.
Macros§
- q
- Shortcut for
Quote::new_call_site().quote_with(smart_quote!( $tokens ))
- smart_
quote - ide-friendly quasi quotting.
Traits§
- Ident
Ext - Extension trait for syn::Ident.
- SpanExt
- Extension trait for Span and syn::Span.
- ToTokens
Ext