containers-api 0.9.0

Common functionality used in podman-api and docker-api crates.
Documentation
1
2
3
4
5
6
7
8
9
# containers-api

[![GitHub Actions](https://github.com/vv9k/containers-api/workflows/Main/badge.svg)](https://github.com/vv9k/containers-api/actions) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![Released API docs](https://docs.rs/containers-api/badge.svg)](http://docs.rs/containers-api)


> Common structures and functionallity used in [podman-api-rs]https://github.com/vv9k/podman-api-rs and [docker-api-rs]https://github.com/vv9k/docker-api-rs.

# License
[MIT](https://github.com/vv9k/containers-api/blob/master/LICENSE)