//! Free-standing ACP writers shared between the server and bridge.
//!
//! These helpers bypass `AcpServer`/`AcpBridge` and write directly through
//! the transport output sink. They are used from contexts where we only hold
//! the sink (e.g. cancellation/error paths).
use AcpOutput;
/// Write a JSON-RPC response directly through a transport output sink.
pub