proc-macro-hack 0.3.3

Procedural functionlike!() macros using only Macros 1.1
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "proc-macro-hack"
version = "0.3.3"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Procedural functionlike!() macros using only Macros 1.1"
repository = "https://github.com/dtolnay/proc-macro-hack"

[features]
default = ["proc_macro"]
proc_macro = []

[dependencies]
proc-macro-hack-impl = { version = "0.3", path = "impl" }

[dev-dependencies]
demo-hack = "0.0.3"
demo-hack-impl = "0.0.3"