Skip to content

Commit

Permalink
Rust SDK Doc additions
Browse files Browse the repository at this point in the history
- Include Rust in the list of SDKs
- Also put a development warning on the SDK
  • Loading branch information
markmandel committed Jun 8, 2018
1 parent 9e024d8 commit db3286b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sdks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions sdks/rust/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit db3286b

Please sign in to comment.