grpctestify 1.6.0

gRPC testing utility written in Rust
Documentation
--- ADDRESS ---
localhost:4770

--- ENDPOINT ---
helloworld.Greeter/SayHello

--- PROTO ---
files: examples/helloworld/helloworld.proto

--- REQUEST ---
{
  "name": "Different"
}

--- RESPONSE ---
{
  "message": "Hello Wrong"
}

--- ASSERTS ---
.message == "Hello Wrong"