//! Opinionated async Rust framework for building Mae-Technologies micro-services.
//!
//! # Modules
//!
//! - [`app`] — application lifecycle: configuration, builder, HTTP server runner
//! - [`repo`] — typed async repository layer over SQLx/Postgres
//! - [`middleware`] — Actix-Web extractors for sessions and service auth
//! - [`telemetry`] — structured tracing/logging setup
//! - [`session`] — session identity type
//! - [`error_response`] — standardised HTTP error responses
//! - [`testing`] — test utilities (enabled via `test-utils` feature)