litellm/litellm-rust/crates/core/src/lib.rs
ishaan-berri bdafc9a008
feat(ocr): thin Rust OCR Python bridge (#31368)
* feat(ocr): thin Rust OCR Python bridge

* refactor(rust): group provider routing helpers
2026-06-25 18:42:59 -07:00

9 lines
169 B
Rust

pub mod call_lifecycle;
pub mod error;
pub mod ocr;
pub mod providers;
pub mod realtime;
pub mod router;
pub mod routing_utils;
pub use error::{CoreError, CoreResult};