socle 0.1.1

Opinionated axum service bootstrap: telemetry, database, rate limiting, and shutdown in one builder
1
2
3
4
5
6
//! Observability adapters — telemetry initialisation and OpenAPI/Swagger UI.

pub(crate) mod telemetry;

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