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