hotpath 0.1.0

Minmal performance profiler for Rust applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "hotpath"
version = "0.1.0"
edition = "2024"
repository = "https://github.com/pawurb/hotpath"
description = "Minmal performance profiler for Rust applications"
readme = "../../README.md"
license = "MIT"
categories = ["development-tools"]

[dependencies]
hotpath-macros = "0.1.0"
tokio = { workspace = true }