podman-client 0.0.2

A native Rust client for the Podman REST API over Unix sockets
Documentation
pub mod change_report;
pub mod commit;
pub mod create;
pub mod delete;
pub mod delete_stopped;
pub mod exists;
pub mod health_check;
pub mod initialize;
pub mod inspect;
pub mod kill;
pub mod kube_apply;
pub mod kube_generate;
pub mod kube_play;
pub mod kube_play_remove;
pub mod list;
pub mod list_processes;
pub mod mount;
pub mod pause;
pub mod rename;
pub mod resize;
pub mod restart;
pub mod restore;
pub mod show_mounted;
pub mod start;
pub mod stats;
pub mod stop;
pub mod systemd_units_generate;
pub mod unmount;
pub mod unpause;
pub mod update_configuration;
pub mod wait;