podtender 0.5.0

A rust client for the podman API.
Documentation
1
2
3
4
5
/// This trait is intended to be implemented by parameter types to showcase a possible usage.
#[cfg(any(test, feature = "examples"))]
pub trait ExampleValues {
    fn example() -> Self;
}