Crate rymder

source ·
Expand description

🌌 rymder

Unofficial Rust client for Agones

Embark Embark Crates.io Docs dependency status Build status

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

Contributor Covenant

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

at your option.

For clarity, “your” refers to Embark or any other licensee/user of the contribution.

Re-exports

Modules

  • Wrappers around various types generated from protobuf definitions to make them more ergonomic
  • The code generated from the agones protobuffer files

Structs