liter-llm 1.18.3

Universal LLM API client — 165 providers, streaming, tool calling. Rust-powered, type-safe, compiled.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub(crate) mod retry;

#[cfg(any(feature = "native-http", feature = "wasm-http"))]
pub(crate) mod eventstream;
#[cfg(any(feature = "native-http", feature = "wasm-http"))]
pub(crate) mod request;
#[cfg(any(feature = "native-http", feature = "wasm-http"))]
pub(crate) mod streaming;

/// Transport configuration (`TransportConfig`) for HTTP client pooling,
/// connection limits, and HTTP-version negotiation.
pub mod transport;