podman-client 0.0.2

A native Rust client for the Podman REST API over Unix sockets
Documentation
1
2
3
use std::error::Error as StdError;

pub type Error = Box<dyn StdError + Send + Sync>;