We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e024d8 commit db3286bCopy full SHA for db3286b
2 files changed
sdks/README.md
@@ -7,6 +7,7 @@ They are required for a game server to work with Agones.
7
There are currently two support SDKs:
8
- [C++](cpp)
9
- [Go](https://godoc.org/agones.dev/agones/sdks/go)
10
+- [Rust](rust)
11
12
The SDKs are relatively thin wrappers around [gRPC](https://grpc.io), generated clients,
13
which connects to a small process that Agones coordinates to run alongside the Game Server
sdks/rust/README.md
@@ -1,5 +1,7 @@
1
# Rust Game Server Client SDK
2
3
+"⚠️⚠️⚠️ **This is currently a development feature and has not been released** ⚠️⚠️⚠️
4
+
5
This is the Rust version of the Agones Game Server Client SDK.
6
Check the [Client SDK Documentation](../) for more details on each of the SDK functions and how to run the SDK locally.
0 commit comments