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
8
9
//! Type definitions for the Claude Agent SDK

pub mod config;
pub mod efficiency;
pub mod hooks;
pub mod mcp;
pub mod messages;
pub mod permissions;
pub mod plugin;