8 releases

0.3.2 Mar 23, 2020
0.3.1 Mar 22, 2020
0.3.0 Aug 15, 2019
0.2.4 Aug 15, 2019
0.1.0 Jan 30, 2019

#120 in #syn

Download history 9339/week @ 2024-05-22 9186/week @ 2024-05-29 3433/week @ 2024-06-05 3239/week @ 2024-06-12 3347/week @ 2024-06-19 2081/week @ 2024-06-26 2795/week @ 2024-07-03 3106/week @ 2024-07-10 3783/week @ 2024-07-17 3647/week @ 2024-07-24 2084/week @ 2024-07-31 1923/week @ 2024-08-07 1969/week @ 2024-08-14 2502/week @ 2024-08-21 2862/week @ 2024-08-28 2477/week @ 2024-09-04

10,149 downloads per month
Used in 63 crates (via proc-quote)

MIT/Apache

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