Revision control
Copy as Markdown
Other Tools
[lib]
proc-macro = true
path = "mod.rs"
[package]
name = "macro_rules_attribute-proc_macro"
version = "0.2.2" # Keep in sync
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
edition = "2018"
description = "Use declarative macros as proc_macro attributes or derives"
license = "Apache-2.0 OR MIT OR Zlib"
[dependencies]
[features]
verbose-expansions = []