trace2_macro 0.1.0

The real proc macro implementation of trace2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "trace2_macro"
version = "0.1.0"
authors = ["Breezewish <me@breeswish.org>"]
repository = "https://github.com/breeswish/trace2"
license = "MIT"
description = "The real proc macro implementation of trace2"

[lib]
proc-macro = true
path = "lib.rs"

[dependencies]
syn = { version = "0.14", features = ["full", "extra-traits", "fold"] }
proc-macro2 = "0.4"
quote = "0.6"