socle 3.0.0

Opinionated axum service bootstrap: telemetry, database, rate limiting, and shutdown in one builder
Documentation
1
2
3
4
5
6
7
8
9
10
//! Ports — trait definitions the bootstrap application depends on.

pub mod health;

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

pub mod rate_limit;

pub mod auth;