From db3286b27735d689727a3256b752bb7a18562d78 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Fri, 8 Jun 2018 09:58:48 -0700 Subject: [PATCH] Rust SDK Doc additions - Include Rust in the list of SDKs - Also put a development warning on the SDK --- sdks/README.md | 1 + sdks/rust/README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/sdks/README.md b/sdks/README.md index b424ab8d9d..ae4ad2dad9 100644 --- a/sdks/README.md +++ b/sdks/README.md @@ -7,6 +7,7 @@ They are required for a game server to work with Agones. There are currently two support SDKs: - [C++](cpp) - [Go](https://godoc.org/agones.dev/agones/sdks/go) +- [Rust](rust) The SDKs are relatively thin wrappers around [gRPC](https://grpc.io), generated clients, which connects to a small process that Agones coordinates to run alongside the Game Server diff --git a/sdks/rust/README.md b/sdks/rust/README.md index a060bf3d23..16ef0dd749 100644 --- a/sdks/rust/README.md +++ b/sdks/rust/README.md @@ -1,5 +1,7 @@ # Rust Game Server Client SDK +"⚠️⚠️⚠️ **This is currently a development feature and has not been released** ⚠️⚠️⚠️ + This is the Rust version of the Agones Game Server Client SDK. Check the [Client SDK Documentation](../) for more details on each of the SDK functions and how to run the SDK locally.