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

#115 in #quote

Download history 2607/week @ 2023-12-14 3028/week @ 2023-12-21 1627/week @ 2023-12-28 3697/week @ 2024-01-04 2752/week @ 2024-01-11 2330/week @ 2024-01-18 3194/week @ 2024-01-25 2553/week @ 2024-02-01 2530/week @ 2024-02-08 3491/week @ 2024-02-15 3246/week @ 2024-02-22 2882/week @ 2024-02-29 3835/week @ 2024-03-07 3151/week @ 2024-03-14 3393/week @ 2024-03-21 2446/week @ 2024-03-28

13,338 downloads per month
Used in 61 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