//! Client library for the ZisK coordinator gRPC API.
//!
//! [`CoordinatorClient`] connects to a coordinator and submits work; a
//! submitted job is tracked through a [`Job`] handle (watch events, wait for
//! the result, cancel), and streaming stdin/hints go through [`InputSender`].
/// Coordinator connection and top-level RPCs.
/// Persistent stdin/hints input streams to a running job.
/// Handle for tracking a submitted job.
pub use CoordinatorClient;
pub use ;
pub use ;