Rust Quasi-Quoting
This crate hosts the procedural macro implementation
proc-quote::quote!
, rather than the
the original quote!
macro, implemented with macro_rules!
.
This crate is not supposed to be used directly. Use proc-quote
crate instead.