1//! Auto-instrumentation of various utilities like HTTP servers and clients. 2pub mod axum; 3 4pub use axum::TraceLayer as AxumTraceLayer;