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

#614 in Unix APIs

Download history 183/week @ 2024-06-19 104/week @ 2024-06-26 209/week @ 2024-07-03 151/week @ 2024-07-10 304/week @ 2024-07-17 147/week @ 2024-07-24 187/week @ 2024-07-31 219/week @ 2024-08-07 153/week @ 2024-08-14 208/week @ 2024-08-21 279/week @ 2024-08-28 405/week @ 2024-09-04 286/week @ 2024-09-11 289/week @ 2024-09-18 295/week @ 2024-09-25 103/week @ 2024-10-02

1,064 downloads per month
Used in 2 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–22MB
~343K SLoC