ollama-sdk 0.2.0

An idiomatic, unofficial Rust client for the Ollama API with support for streaming, tool calling, and custom transports.
Documentation
1
2
3
4
5
6
pub mod client;
pub mod errors;
pub mod stream;
pub mod tools;
pub mod transport;
pub mod types;