14 releases (9 breaking)

0.10.0 Mar 31, 2023
0.8.0 Dec 2, 2022
0.7.0 Sep 27, 2022
0.4.0 Jul 27, 2022
0.1.1 Dec 21, 2021

#449 in Unix APIs

Download history 187/week @ 2023-12-13 297/week @ 2023-12-20 123/week @ 2023-12-27 163/week @ 2024-01-03 641/week @ 2024-01-10 238/week @ 2024-01-17 462/week @ 2024-01-24 394/week @ 2024-01-31 481/week @ 2024-02-07 350/week @ 2024-02-14 484/week @ 2024-02-21 385/week @ 2024-02-28 493/week @ 2024-03-06 329/week @ 2024-03-13 269/week @ 2024-03-20 310/week @ 2024-03-27

1,450 downloads per month
Used in 3 crates

MIT license

630KB
9K SLoC

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

Dependencies

~10–24MB
~369K SLoC