typed-quote 0.1.1

A fully typed quote!() alternative for both proc-macro and proc-macro2
Documentation
1
2
3
4
5
#[doc(no_inline)]
pub use crate::{
    IntoTokenTree, IntoTokens, RefWithSpan as _, ToTokenTree, ToTokens, WithSpan as _, quote,
    quote_token, typed_quote,
};