wiremock-grpc 0.2.0

Mock gRPC server to test your outgoing gRPC requests
Documentation
1
2
3
4
5
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_prost_build::compile_protos("proto/hello.proto")?;

    Ok(())
}