macro_magic_macros

Crates.iomacro_magic_macros
lib.rsmacro_magic_macros
version
sourcesrc
created_at2023-03-05 06:23:53.368895+00
updated_at2025-02-20 21:59:54.750297+00
descriptionProc-macro sub-crate for macro_magic
homepagehttps://sam0x17.dev
repositoryhttps://github.com/sam0x17/macro_magic
max_upload_size
id801102
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`
size0
Sam Johnson (sam0x17)

documentation

README

macro_magic_macros

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.

Commit count: 329

cargo fmt