liter-llm 1.11.2

Universal LLM API client — 142+ providers, streaming, tool calling. Rust-powered, type-safe, compiled.
Documentation
1
2
3
4
//! Utility helpers shared across the library.

/// Memory-bound constants and `check_bound` for buffer-overflow guards.
pub mod bounds;