claudius 0.5.0

SDK for the Anthropic API
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod backoff;
mod client;
mod error;
mod json_schema;
mod types;

// Exports
pub use client::Anthropic;
pub use error::{Error, Result};
pub use json_schema::JsonSchema;
pub use types::*;