nakama-rust-gen

Crates.ionakama-rust-gen
lib.rsnakama-rust-gen
version0.1.4
sourcesrc
created_at2021-01-22 14:55:31.488916
updated_at2021-01-24 19:48:57.263392
descriptiongRPC client code for Nakama Server.
homepagehttps://github.com/harumaxy/nakama-rust-gen
repositoryhttps://github.com/harumaxy/nakama-rust-gen
max_upload_size
id345332
size134,200
Max (harumaxy)

documentation

README

nakama-rust-gen

gRPC client code for Nakama Server.

Using hyperium/tonic.

Usage

See example tests/auth.rs

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

Update

Depends on heroiclabs/nakama as git submoudle.

git clone https://github.com/harumaxy/nakama-rust-gen.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