//! Reference client (consumer side) for the Agent Runtime Control Protocol.
//!
//! Ships [`ARCPClient`] and the type-state [`Session`] for opening,
//! authenticating, and driving a session over any
//! [`Transport`][arcp_core::transport::Transport]. Job, stream, and
//! subscription handles hang off `Session<Authenticated>`.
//!
//! Wire-format types are re-exported from `arcp-core` for ergonomics; most
//! users should pull in the umbrella `arcp` crate which bundles client +
//! runtime + core.
pub use ;
// Re-export the protocol primitives consumers will routinely reach for.
pub use ;