Crate podman_api
source · [−]Expand description
Rust interface to Podman.
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
Structure representing API version used to determine compatibility between a client and a server.
Represents unique identifier given 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