pprof_server 0.2.0

A simple pprof server in Rust
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "actix-web")]
pub mod actix_web;

#[cfg(feature = "axum")]
pub mod axum;

#[cfg(feature = "rocket")]
pub mod rocket;