macro_rules_attribute-proc_macro 0.1.3

Use declarative macros as proc_macro attributes or derives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[lib]
proc-macro = true
path = "mod.rs"

[package]
name = "macro_rules_attribute-proc_macro"
version = "0.1.3"  # Keep in sync
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
edition = "2018"

description = "Use declarative macros as proc_macro attributes or derives"
repository = "https://github.com/danielhenrymantilla/macro_rules_attribute-rs"
license = "MIT"

[dependencies]

[features]
verbose-expansions = []