grpc 0.1.7

Rust implementation of gRPC
Documentation
1
2
3
4
5
6
7
#!/bin/sh -ex

./interop/gen-rs.sh
./grpc-examples/gen-rs.sh
./long-tests/with-rust/gen-rs.sh

# vim: set ts=4 sw=4 et: