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 event types.
//!
//! Reserved for v0.2 — when implemented, this module will host
//! `MessageStreamEvent` (message_start/delta/stop, content_block_start/delta/stop,
//! ping, error) and the `Message::accumulate` rebuild helper. See `ROADMAP.md`.