proc-quote-impl 0.3.2

A procedural macro implementation of quote!.
Documentation

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.