Enterprise-grade NestJS-inspired web framework on axum: zero-lock DI, declarative controllers, multi-tenant data routing, transactional outbox, ABAC, and a self-documenting OpenAPI surface
//! Self-documenting API surface: OpenAPI 3 spec assembly + Swagger UI.
//!//! Built once at launch from the macro-emitted route/schema descriptors,
//! mutated by plugin `modify_openapi` hooks, then served as static bytes.
pubmodopenapi;