podi 0.1.1

API for starting and stopping podman containers
Documentation
1
2
3
4
5
6
7
8
# podi [![Rust Documentation]https://docs.rs/podi/badge.svg]https://docs.rs/podi
API for starting and stopping podman containers.

The functionalities are extremely basic and can easily be achieved with a few lines of shell script,
but I found myself rewriting those shell scripts too often and wanted a way to share them across projects.

## Requirements
- podman (podi deliberately calls podman instead of using the podman API to support socket-less usages)