hyperinfer-core 0.1.1

Core types and traits for HyperInfer LLM Gateway
Documentation
1
2
3
4
5
mod config_store;
mod database;

pub use config_store::ConfigStore;
pub use database::{ApiKey, Database, ModelAlias, Quota, Team, UsageLog, User};