socle 1.2.0

Opinionated axum service bootstrap: telemetry, database, rate limiting, and shutdown in one builder
Documentation
1
2
3
4
5
//! Security adapters — CORS layer and rate limiting.

pub(crate) mod cors;
pub(crate) mod enrich_error;
pub(crate) mod rate_limit;