claude-rust-provider 1.3.1

Anthropic API provider with SSE streaming
Documentation
1
2
3
4
5
6
pub mod domain;
pub mod application;
pub mod infrastructure;

pub use infrastructure::AnthropicProvider;
pub use infrastructure::anthropic_provider::{Utilization, RateLimit, ExtraUsage};