grpc 0.1.6

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

cd $(dirname $0)

export RUST_BACKTRACE=1

./cargo.sh test --manifest-path ./grpc-compiler/Cargo.toml
./cargo.sh test

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