1 2 3 4 5 6 7
//! Reflex HTTP server crate. //! //! This crate owns the Axum gateway and the `reflex` binary entrypoint. #![warn(missing_docs)] pub mod gateway;