podman-api
Rust interface to Podman
Latest version of this crate targets libpod API version: v4.4.4
Master branch targets libpod API version: v4.4.4
Usage
Add the following to your Cargo.toml
file
[]
= "0.10"
SSL Connection
To enable HTTPS connection to podman add a tls
flag to Cargo.toml
.
Default features
By default, only chrono
feature is enabled. To disable it use:
= { = "0.10", = false }
Examples
Examples for most API endpoints can be found in the library documentation.