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

#482 in Unix APIs

Download history 685/week @ 2024-01-09 194/week @ 2024-01-16 441/week @ 2024-01-23 355/week @ 2024-01-30 490/week @ 2024-02-06 380/week @ 2024-02-13 455/week @ 2024-02-20 435/week @ 2024-02-27 450/week @ 2024-03-05 331/week @ 2024-03-12 314/week @ 2024-03-19 256/week @ 2024-03-26 351/week @ 2024-04-02 287/week @ 2024-04-09 237/week @ 2024-04-16 197/week @ 2024-04-23

1,124 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–23MB
~369K SLoC