Awesome
<!-- Allow this file to not have a first line heading --> <!-- markdownlint-disable-file MD041 --> <!-- inline html --> <!-- markdownlint-disable-file MD033 --> <div align="center">🌌 rymder
Unofficial Rust client for Agones
</div>Usage
See the Agones Rust guide for context about how to use this client, which is mostly the same as the official client in the Agones repo.
Development
Generate new protocol buffers with by running proto-gen.
proto-gen --format --build-client generate -d src/proto -d src/proto/googleapis -f src/proto/sdk/sdk.proto -f src/proto/sdk/alpha/alpha.proto -o src/generated
Contribution
We welcome community contributions to this project.
Please read our Contributor Guide for more information on how to get started. Please also read our Contributor Terms before you make any contributions.
Any contribution intentionally submitted for inclusion in an Embark Studios project, shall comply with the Rust standard licensing model (MIT OR Apache 2.0) and therefore be dual licensed as described below, without any additional terms or conditions:
License
This contribution is dual licensed under EITHER OF
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
For clarity, "your" refers to Embark or any other licensee/user of the contribution.