hotpath 0.2.0

Minmal performance profiler for Rust applications
Documentation
[dependencies.colored]
version = "3.0.0"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.hotpath-macros]
version = "0.2.0"

[dependencies.prettytable-rs]
version = "0.10.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.47.1"

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

[features]
default = []
hotpath = []

[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.2.0"