hotpath 0.1.0

Minmal performance profiler for Rust applications
Documentation
[dependencies.hotpath-macros]
version = "0.1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[[example]]
name = "basic"
path = "examples/basic.rs"

[lib]
name = "hotpath"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Minmal performance profiler for Rust applications"
edition = "2024"
license = "MIT"
name = "hotpath"
readme = "README.md"
repository = "https://github.com/pawurb/hotpath"
resolver = "2"
version = "0.1.0"