//! High-level Rust client for the Harmont Cloud API.
//!
//! Wraps the generated [`harmont_cloud_raw`] crate with ergonomic types,
//! bearer auth, local-worktree build submission, status polling, and live
//! SSE log streaming (the log stream is not part of the OpenAPI spec).
pub use ;
pub use types;
pub use HarmontClient;