Skip to main content

arcly_http/docs/
mod.rs

1//! Self-documenting API surface: OpenAPI 3 spec assembly + Swagger UI.
2//!
3//! Built once at launch from the macro-emitted route/schema descriptors,
4//! mutated by plugin `modify_openapi` hooks, then served as static bytes.
5
6pub mod openapi;