| Crates.io | macro_magic_macros |
| lib.rs | macro_magic_macros |
| version | 0.6.0 |
| created_at | 2023-03-05 06:23:53.368895+00 |
| updated_at | 2025-02-20 21:59:54.750297+00 |
| 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 | 24,991 |
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.