grpc 0.1.6

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

./cargo.sh build
./cargo.sh build --manifest-path=grpc-compiler/Cargo.toml
./cargo.sh build --manifest-path=grpc-examples/Cargo.toml
./cargo.sh build --manifest-path=long-tests/with-rust/Cargo.toml
./cargo.sh build --manifest-path=interop/Cargo.toml

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