podman-client 0.0.2

A native Rust client for the Podman REST API over Unix sockets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod artifacts;
pub mod common;
pub mod containers;
pub mod error;
pub mod exec;
pub mod images;
pub mod manifests;
pub mod networks;
pub mod pods;
pub mod secrets;
pub mod system;
pub mod volumes;