1 unstable release

0.1.0 Jan 27, 2021

#53 in #grpc-client

MIT license

135KB
3K SLoC

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

Dependencies

~5.5–7.5MB
~132K SLoC