Crates.io | macro_magic_macros |
lib.rs | macro_magic_macros |
version | |
source | src |
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 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.