//! Host-guest communication clients over Unix socket.
//!
//! - `ExecClient`: Executing commands in the guest (port 4089).
//! - `PtyClient`: Interactive terminal access (port 4090).
//! - `AttestationClient`: TEE attestation and secret injection (port 4091).
pub use ;
pub use ;
pub use ;