reflex_server/
lib.rs

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