hotpath-macros 0.9.0

Simple Rust profiler with memory and async data-flow insights - quickly find and debug performance bottlenecks. Proc macros crate for hotpath-rs.
Documentation
[dependencies.proc-macro2]
optional = true
version = "1.0"

[dependencies.quote]
optional = true
version = "1.0"

[dependencies.syn]
features = ["full"]
optional = true
version = "2.0"

[features]
default = []
hotpath = ["dep:proc-macro2", "dep:quote", "dep:syn"]
hotpath-off = []

[lib]
name = "hotpath_macros"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Simple Rust profiler with memory and async data-flow insights - quickly find and debug performance bottlenecks. Proc macros crate for hotpath-rs."
edition = "2021"
license = "MIT"
name = "hotpath-macros"
readme = "README.md"
repository = "https://github.com/pawurb/hotpath"
version = "0.9.0"