litellm-rs 0.6.0

A high-performance AI Gateway written in Rust, providing OpenAI-compatible APIs with intelligent routing, load balancing, and enterprise features
Documentation
1
2
3
4
5
6
7
8
//! System and Architecture utilities
//!
//! This module provides shared state management and system utilities.

pub mod result;
pub mod state;

// Re-export commonly used types and functions