Crates.io | dockurl |
lib.rs | dockurl |
version | 0.1.6 |
source | src |
created_at | 2020-10-15 17:58:15.27419 |
updated_at | 2022-02-16 21:26:11.77602 |
description | A synchronous low-level Docker API Rust library |
homepage | |
repository | https://github.com/techempower/dockurl |
max_upload_size | |
id | 300096 |
size | 70,219 |
WARNING: This library was written for the explicit use of
TFBToolset and should
NOT be used in any other production setting. Much of dockurl
is simply
todo
s at present, and may never be implemented.
dockurl
is a synchronous low-level
Docker API Rust library. It relies
upon the curl Rust library. As such,
dockurl
works on any platform with libcurl
.
This project is licensed under the BSD-3-Clause License - see the LICENSE file for details