arcly-http 0.1.0

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
7
8
9
10
11
12
13
14
pub mod boundary;
pub mod cache;
pub mod context;
pub mod error;
pub mod extract;
pub mod idempotency;
pub mod interceptors;
pub mod plugin_routes;
pub mod responses;
pub mod tenant;

pub use context::RequestContext;
pub use error::Error;
pub use extract::Inject;