Skip to content

Commit db3286b

Browse files
committed
Rust SDK Doc additions
- Include Rust in the list of SDKs - Also put a development warning on the SDK
1 parent 9e024d8 commit db3286b

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

sdks/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ They are required for a game server to work with Agones.
77
There are currently two support SDKs:
88
- [C++](cpp)
99
- [Go](https://godoc.org/agones.dev/agones/sdks/go)
10+
- [Rust](rust)
1011

1112
The SDKs are relatively thin wrappers around [gRPC](https://grpc.io), generated clients,
1213
which connects to a small process that Agones coordinates to run alongside the Game Server

sdks/rust/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Rust Game Server Client SDK
22

3+
"⚠️⚠️⚠️ **This is currently a development feature and has not been released** ⚠️⚠️⚠️
4+
35
This is the Rust version of the Agones Game Server Client SDK.
46
Check the [Client SDK Documentation](../) for more details on each of the SDK functions and how to run the SDK locally.
57

0 commit comments

Comments
 (0)