8 releases
0.3.2 | Mar 23, 2020 |
---|---|
0.3.1 | Mar 22, 2020 |
0.3.0 | Aug 15, 2019 |
0.2.4 |
|
0.1.0 | Jan 30, 2019 |
#120 in #syn
10,149 downloads per month
Used in 63 crates
(via proc-quote)
20KB
399 lines
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.
lib.rs
:
This is the proc-macro part of the proc-quote crate. Do not use this crate directly.
Dependencies
~83KB