Expand description
A tightly typed Rust interface for the Claude Code JSON protocol
This crate provides type-safe encoding and decoding for the JSON lines protocol used by Claude Code for communication.
Re-exports§
pub use error::Error;pub use error::Result;pub use protocol::Protocol;pub use messages::*;pub use types::*;