Expand description
Client module for Claude communication
This module provides both synchronous and asynchronous clients for interacting with Claude via the JSON protocol.
Re-exports§
pub use async::AsyncClient;pub use sync::SyncClient;
Client module for Claude communication
This module provides both synchronous and asynchronous clients for interacting with Claude via the JSON protocol.
pub use async::AsyncClient;pub use sync::SyncClient;