reflex-server 0.2.2

OpenAI-compatible HTTP gateway for Reflex cache
Documentation
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;