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
pub mod add_image;
pub mod create;
pub mod delete;
pub mod exists;
pub mod inspect;
pub mod modify;
pub mod push_list_to_registry;
pub mod push_to_registry;