perf counter macros

This commit is contained in:
2021-10-31 16:12:32 +01:00
parent 33bea8fbc8
commit bee1b66b55
10 changed files with 136 additions and 34 deletions

View File

@@ -0,0 +1,13 @@
[package]
name = "rust-engine-proc"
version = "0.1.0"
edition = "2018"
[lib]
proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
syn = { version = "1.0", features = ["full"] }
quote = "1.0"