hyperinfer-server 0.1.1

High-performance LLM Gateway server built with Axum
1
2
3
4
5
6
7
8
pub mod auth;
pub mod db;
pub mod frontend;
pub mod mcp;
pub mod proxy;
pub mod seeding;

pub use db::{RedisConfigStore, SqlxDb};