Crates.io | podman-api |
lib.rs | podman-api |
version | 0.10.0 |
source | src |
created_at | 2021-12-13 20:27:19.956942 |
updated_at | 2023-03-31 16:19:05.394969 |
description | Rust interface to Podman |
homepage | https://github.com/vv9k/podman-api-rs |
repository | https://github.com/vv9k/podman-api-rs |
max_upload_size | |
id | 497359 |
size | 354,479 |
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
Add the following to your Cargo.toml
file
[dependencies]
podman-api = "0.10"
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.10", default-features = false }
Examples for most API endpoints can be found in the library documentation.