proc-quote-impl 0.3.2

A procedural macro implementation of quote!.
Documentation
1
2
3
4
5
6
7
8
Rust Quasi-Quoting
==================

This crate hosts the procedural macro implementation 
[`proc-quote::quote!`](https://crates.io/crates/proc-quote), rather than the
[the original `quote!` macro](https://github.com/dtolnay/quote), implemented with `macro_rules!`.

This crate is not supposed to be used directly. Use `proc-quote` crate instead.