Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust SDK Doc additions #251

Merged
merged 1 commit into from
Jun 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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