dockworker
dockworker copied to clipboard
Docker daemon API client in Rust
Serve documents of this crate derived from `cargo doc` on github.io. - cargo doc on circleci - update orphan branch for docs
Improve style of passing (optional) query parameters. Switching none and some patterns implicitly like: `/foo?bar=bazz` and `/foo`.
docker daemonとやりとりする型とラッパープログラムの入出力の型を分ける。
I have been using numerous dockworker methods inside my tokio / warp server, however one particular method never compiles under a tokio context, and that is ::list_containers Spent quite a...
fixes #159 The example change probably won't need to get merged in. Just wanted to show some context that caused compilation failures in some contexts
Please tell me if i'm missing anything ;-)