macro_magic 0.5.0

Allows the exporting and importing of the tokens of items across module, file, and crate boundaries
Documentation
[dependencies.macro_magic_core]
optional = true
version = "0.5.0"

[dependencies.macro_magic_macros]
version = "0.5.0"

[dependencies.quote]
optional = true
version = "1"

[dependencies.syn]
features = ["full"]
optional = true
version = "2"

[dev-dependencies]

[features]
default = []
proc_support = ["dep:macro_magic_core", "dep:syn", "dep:quote"]

[package]
authors = ["sam0x17"]
categories = ["development-tools", "development-tools::procedural-macro-helpers", "rust-patterns"]
description = "Allows the exporting and importing of the tokens of items across module, file, and crate boundaries"
edition = "2021"
homepage = "https://sam0x17.dev"
keywords = ["macro", "macros", "proc-macro", "proc-macros", "magic"]
license = "MIT"
name = "macro_magic"
readme = "README.md"
repository = "https://github.com/sam0x17/macro_magic"
version = "0.5.0"
[package.metadata.docs.rs]
all-features = true