//! Axum utilities.
//!
//! Re-exposes the middleware layer OtelInResponseLayer provided by the [`axum-tracing-opentelemetry`] project
//! (https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk).
//!
//! Also, exposes OtelAxumLayer from the same project, but hacked to support datadog.
//!
//! Additionally, a shutdown helper function named `shutdown_signal` is also exposed
pub use *;
// Exposes OtelAxumLayer and opentelemetry_tracing_layer
pub use *;
pub use OtelInResponseLayer;