Module client

Module client 

Source
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;

Modules§

async
Asynchronous client for Claude communication
sync
Synchronous client for Claude communication (stub implementation)