Foundation crate for arcly-http: zero-lock DI engine, HTTP boundary, unified request pipeline, auth, resilience, observability, and OpenAPI. Use the `arcly-http` facade instead of depending on this directly.
//! 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;