Hotpath Init

Configure hotpath profiling in a Rust project. Adds the hotpath dependency with feature-gated setup, instruments main with hotpath::main, functions with measure/measure_all, and wraps channels, mutexes, rw_locks, streams, futures, reqwest clients, axum routers and byte-level I/O with hotpath macros. Use when the user wants to add or set up hotpath profiling in a crate.

pawurb 34d7778 14.2 KB Updated

File contents

pawurb/hotpath-rs/tree/main/skills/hotpath_init commit 34d7778ce3

Frequently asked questions

npx skillmds@latest add pawurb/hotpath-init