claude-code-agent-sdk 0.1.39

Rust SDK for Claude Code CLI with bidirectional streaming, hooks, custom tools, and plugin support
Documentation
1
2
3
4
5
6
7
//! Internal implementation details

pub mod client;
pub mod message_parser;
pub mod query_full;
pub mod query_manager;
pub mod transport;