rdocker 0.4.1

A api lib for docker in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rdocker"
version = "0.4.1"
edition = "2021"
license = "MIT"
description = "A api lib for docker in rust"
keywords = ["easy", "use", "docker", "api"]
homepage = "https://github.com/fb0sh/rdocker"
repository = "https://github.com/fb0sh/rdocker"
documentation = "https://github.com/fb0sh/rdocker"
readme = "README.md"
authors = ["fb0sh@outlook.com"]

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"