Skip to main content

Crate anthropic_rust_sdk

Crate anthropic_rust_sdk 

Source
Expand description

Anthropic Claude API Rust SDK。

anthropic-sdk-typescript 同步而来。

Re-exports§

pub use client::Anthropic;
pub use client::ClientOptions;
pub use client::AI_PROMPT;
pub use client::HUMAN_PROMPT;
pub use core::error::*;
pub use core::middleware::*;
pub use core::pagination::*;
pub use core::streaming::*;
pub use helpers::*;
pub use runtime::*;
pub use resources::*;

Modules§

client
Anthropic API 客户端,对齐上游 src/client.ts
core
helpers
internal
resources
runtime