arcly-http 0.2.1

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
Documentation
1
2
3
4
5
6
//! 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.

pub mod openapi;