cllient 0.2.1

A comprehensive Rust client for LLM APIs with unified interface and model management
Documentation
1
2
3
4
5
6
7
8
9
//! Utility functions and backwards compatibility helpers
//!
//! This module provides utility functions for SSE processing and maintains
//! backwards compatibility with older API usage patterns.

pub mod compat;

// Re-export for backwards compatibility
pub use compat::stream_from_sse_bytes;