llm-api-rs 0.1.0

LLM API client library for Rust
Documentation
1
2
3
4
5
6
7
pub mod core;
pub mod error;
pub mod providers;

pub use core::*;
pub use error::*;
pub use providers::*;