Expand description
Rust interface to Podman.
Modules§
- api
- Handles for each API endpoint like containers, images, volumes…
- conn
- Connection related items.
- models
- Models generated from libpod swagger spec
- opts
- Options used for configuring the behavior of certain API endpoints
Structs§
- ApiVersion
- Structure representing API version used to determine compatibility between a client and a server.
- Id
- Represents unique identifier given to an object upon creation.
- Podman
- Entrypoint interface for communicating with podman daemon
Enums§
- Error
- Common error type for all functions of this library
- Version
Error
Constants§
- LATEST_
API_ VERSION - Latest libpod API version supported by this crate
Type Aliases§
- Result
- Common result type used throughout this crate