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

#111 in #syn

Download history 2696/week @ 2024-01-12 2477/week @ 2024-01-19 3222/week @ 2024-01-26 2168/week @ 2024-02-02 3104/week @ 2024-02-09 3197/week @ 2024-02-16 3211/week @ 2024-02-23 3134/week @ 2024-03-01 3430/week @ 2024-03-08 3734/week @ 2024-03-15 3305/week @ 2024-03-22 3455/week @ 2024-03-29 2812/week @ 2024-04-05 2928/week @ 2024-04-12 3476/week @ 2024-04-19 2908/week @ 2024-04-26

13,102 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

~88KB