macro proc-quote-impl

A procedural macro implementation of quote!

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
Download history 3377/week @ 2024-07-23 2721/week @ 2024-07-30 1858/week @ 2024-08-06 1991/week @ 2024-08-13 2218/week @ 2024-08-20 3015/week @ 2024-08-27 2959/week @ 2024-09-03 2577/week @ 2024-09-10 1945/week @ 2024-09-17 1852/week @ 2024-09-24 2149/week @ 2024-10-01 984/week @ 2024-10-08 1723/week @ 2024-10-15 1847/week @ 2024-10-22 1186/week @ 2024-10-29 1683/week @ 2024-11-05

6,569 downloads per month
Used in 62 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

~86KB