podman-api

Crates.iopodman-api
lib.rspodman-api
version0.10.0
sourcesrc
created_at2021-12-13 20:27:19.956942
updated_at2023-03-31 16:19:05.394969
descriptionRust interface to Podman
homepagehttps://github.com/vv9k/podman-api-rs
repositoryhttps://github.com/vv9k/podman-api-rs
max_upload_size
id497359
size354,479
Wojciech Kępka (vv9k)

documentation

https://docs.rs/podman-api

README

podman-api

GitHub Actions MIT licensed Released API docs

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

[dependencies]
podman-api = "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:

podman-api = { version = "0.10", default-features = false }

Examples

Examples for most API endpoints can be found in the library documentation.

License

MIT

Commit count: 342

cargo fmt