axum-server-timings
Time your axum handlers with just a method call!
ServerTimings allows you to instantiate one struct and automatically get a header
with all your timing data inserted, for use in browser devtools for performance testing.
The duration between calls to record is recorded automatically.
async
How do I hide this in production?
RUSTFLAGS="--cfg hide_server_timings"