From b861e58031cfd7dc7e2945d496838b9ec574c4c8 Mon Sep 17 00:00:00 2001 From: Dominik Kerzel <50227667+kerzeld@users.noreply.github.com> Date: Thu, 30 Mar 2023 21:07:09 +0200 Subject: [PATCH] Added rust client --- Client-Libraries.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Client-Libraries.md b/Client-Libraries.md index 1ffa78d..e5415fc 100644 --- a/Client-Libraries.md +++ b/Client-Libraries.md @@ -32,6 +32,7 @@ Name | Author | Language [C# client library for the SeaweedFS](https://github.com/TerabyteX/WeedCSharpClient) | TerabyteX | C# [Erlang SeaweedFS Client](https://github.com/Neurotec/seaweedfs.erl) | Neurotec | Erlang [Julia SeaweedFS Client](https://github.com/lawless-m/SeaweedFSClient.jl) | Lawless-m | Julia +[Rust SeaweedFS Client](https://github.com/kerzeld/rusty_weed) | kerzeld | Rust ## GRPC APIs SeaweedFS uses GRPC internally. You can use them too. Just check https://github.com/seaweedfs/seaweedfs/tree/master/weed/pb for the proto files.