//! API Gateway Module
//!
//! Main API Gateway module — owns the HTTP server (`rest_host`) and collects
//! typed operation specs to emit a single `OpenAPI` document.
// === MODULE DEFINITION ===
pub use ApiGateway;
// === INTERNAL MODULES ===
// === RE-EXPORTS ===
pub use ;