podman-client
A minimal async client for Podman over a Unix socket, written in Rust using hyper
and tokio
.
This crate provides basic Podman API access over a Unix domain socket with lightweight dependencies.
📦 Installation
Add to your Cargo.toml
:
[]
= "0.1"
🚀 Example
Make sure the Podman socket is running:
Then use the client like this:
use Client;
async