From 8b7419c2a6a47b115061f3782b2a2d988523360c Mon Sep 17 00:00:00 2001 From: Niel Drummond Date: Sun, 12 Nov 2023 15:24:35 +0000 Subject: [PATCH] Update _index.md Add bollard as Rust SDK --- content/engine/api/sdk/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/engine/api/sdk/_index.md b/content/engine/api/sdk/_index.md index 1de7b0d712..a4d333acae 100644 --- a/content/engine/api/sdk/_index.md +++ b/content/engine/api/sdk/_index.md @@ -205,8 +205,9 @@ file them with the library maintainers. | Perl | [Eixo::Docker](https://github.com/alambike/eixo-docker) | | PHP | [Docker-PHP](https://github.com/docker-php/docker-php) | | Ruby | [docker-api](https://github.com/swipely/docker-api) | +| Rust | [bollard](https://github.com/fussybeaver/bollard) | | Rust | [docker-rust](https://github.com/abh1nav/docker-rust) | | Rust | [shiplift](https://github.com/softprops/shiplift) | | Scala | [tugboat](https://github.com/softprops/tugboat) | | Scala | [reactive-docker](https://github.com/almoehi/reactive-docker) | -| Swift | [docker-client-swift](https://github.com/valeriomazzeo/docker-client-swift) | \ No newline at end of file +| Swift | [docker-client-swift](https://github.com/valeriomazzeo/docker-client-swift) |