claude-code-acp-rs 0.1.22

Use Claude Code from any ACP client - A Rust implementation of Claude Code ACP Agent
1
2
3
4
5
//! Tracing and observability utilities

pub mod error_ext;

pub use error_ext::*;