The “axum-server-timing” project on GitHub provides an Axum layer to inject the Server-Timing HTTP header into responses. This allows developers to measure and report the performance of server-side operations. The project includes examples demonstrating how to use this layer to include timing information, such as duration and descriptions, in HTTP responses.

https://github.com/JensWalter/axum-server-timing