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