//! Podman CLI and socket integration.
//!
//! The v0.3.0 surface covers common Podman CLI workflows, typed response
//! wrappers with backend metadata, and a small Libpod Unix-socket client.
pub use PodmanCliClient;
pub use *;
pub use *;
pub use *;
pub use PodmanSocketClient;