Crates.io | macro_magic_macros |
lib.rs | macro_magic_macros |
version | 0.5.1 |
source | src |
created_at | 2023-03-05 06:23:53.368895 |
updated_at | 2024-07-04 14:40:12.402931 |
description | Proc-macro sub-crate for macro_magic |
homepage | https://sam0x17.dev |
repository | https://github.com/sam0x17/macro_magic |
max_upload_size | |
id | 801102 |
size | 20,928 |
This crate contains proc macros from the macro_magic
crate, which allows for exporting and importing of external items as a TokenStream2
across
file and crate boundaries when writing proc macros. See the main crate for more information and
to make use of these macros.