/podman-api-rs

Rust interface to Podman (libpod).

Primary LanguageRustMIT LicenseMIT

podman-api

GitHub Actions MIT licensed Released API docs

Rust interface to Podman

Usage

Add the following to your Cargo.toml file

[dependencies]
podman-api = "0.2"

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.2", default-features = false }

Examples

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

License

MIT