neuron_provider_anthropic/
lib.rs1#![doc = include_str!("../README.md")]
2
3pub mod client;
4pub(crate) mod error;
5pub mod mapping;
6pub(crate) mod streaming;
7
8pub use client::Anthropic;
9
10pub use neuron_types::{ProviderError, StreamEvent, StreamHandle};