anthropic-rs-sdk 0.1.0

Unofficial Rust SDK for the Anthropic API (community port of anthropic-sdk-go)
Documentation
1
2
3
4
5
//! Streaming message responses.
//!
//! Reserved for v0.2 — when implemented, this module will host the SSE-driven
//! `MessagesStream` (`Stream<Item = Result<MessageStreamEvent>>`) on top of
//! `eventsource-stream`. See `ROADMAP.md`.