nakama-rust

Crates.ionakama-rust
lib.rsnakama-rust
version0.1.0
sourcesrc
created_at2021-01-27 05:33:31.467004
updated_at2021-01-27 05:33:31.467004
descriptiongRPC client code for Nakama Server.
homepagehttps://github.com/harumaxy/nakama-rust
repositoryhttps://github.com/harumaxy/nakama-rust
max_upload_size
id347175
size134,029
Max (harumaxy)

documentation

README

nakama-rust

gRPC client code for Nakama Server.

Using hyperium/tonic.

Usage

See example tests/

[dependencies]
nakama-rust = "0.1"
tonic = "0.4"
tokio = { version = "1.0.2", features = ["rt-multi-thread", "macros"] }

Update

Depends on heroiclabs/nakama as git submoudle.

git clone https://github.com/harumaxy/nakama-rust.git
git submodule update
cargo build

Then, cargo runs build script (build.rs) and client code geneated into src/gen

Commit count: 0

cargo fmt