macro-v 0.1.4

Attribute macro for making the visibility of the `macro_rules!` macro the same as other items.
Documentation
[dependencies.proc-macro2]
default-features = false
version = "1"

[dependencies.quote]
default-features = false
version = "1"

[dependencies.syn]
default-features = false
features = ["parsing", "proc-macro", "printing", "full"]
version = "2"

[lib]
proc-macro = true

[package]
authors = ["zihan <ZihanType@proton.me>"]
description = "Attribute macro for making the visibility of the `macro_rules!` macro the same as other items."
edition = "2021"
homepage = "https://github.com/ZihanType/macro-v"
include = ["src/**/*", "Cargo.toml"]
keywords = ["macro_rules", "visibility"]
license = "MIT/Apache-2.0"
name = "macro-v"
readme = "README.md"
repository = "https://github.com/ZihanType/macro-v"
version = "0.1.4"