anthropic-rust-sdk 0.1.0

Anthropic Claude API client for Rust, synced from anthropic-sdk-typescript
Documentation
1
2
3
4
5
6
pub mod backoff;
pub mod headers;
pub mod sse;

pub(crate) const SDK_VERSION: &str = "0.1.0";
pub(crate) const ANTHROPIC_VERSION: &str = "2023-06-01";