Crate podman_api[][src]

Expand description

Rust interface to Podman.

Re-exports

pub use api::ApiVersion;

Modules

Handles for each API endpoint like containers, images, volumes…

Connection related items

Models generated from libpod swagger spec

Options used for configuring the behavior of certain API endpoints

Structs

Represents unique identifier given by libpod to an object upon creation.

Entrypoint interface for communicating with podman daemon

Enums

Common error type for all functions of this library

Constants

Latest libpod API version supported by this crate

Type Definitions

Common result type used throughout this crate