Crates.io | proc-quote-impl |
lib.rs | proc-quote-impl |
version | 0.3.2 |
source | src |
created_at | 2019-01-30 00:05:09.928681 |
updated_at | 2020-03-23 09:05:07.324155 |
description | A procedural macro implementation of quote!. |
homepage | |
repository | https://github.com/Goncalerta/proc-quote |
max_upload_size | |
id | 111496 |
size | 30,888 |
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.