swc_trace_macro 2.0.0

Proc macro for performance trace of swc
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors       = ["강동윤 <kdy1997.dev@gmail.com>"]
description   = "Proc macro for performance trace of swc"
documentation = "https://rustdoc.swc.rs/swc_trace_macro/"
edition       = "2021"
license       = "Apache-2.0"
name          = "swc_trace_macro"
repository    = "https://github.com/swc-project/swc.git"
version       = "2.0.0"

[lib]
bench      = false
proc-macro = true

[dependencies]
proc-macro2 = { workspace = true }
quote       = { workspace = true }
syn         = { workspace = true, features = ["full"] }