Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mustakimali/wiremock-grpc-rs
Mock gRPC server to test your outgoing gRPC requests.
https://github.com/mustakimali/wiremock-grpc-rs
Last synced: about 23 hours ago
JSON representation
Mock gRPC server to test your outgoing gRPC requests.
- Host: GitHub
- URL: https://github.com/mustakimali/wiremock-grpc-rs
- Owner: mustakimali
- Created: 2021-10-25T21:09:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T19:06:14.000Z (about 1 month ago)
- Last Synced: 2024-12-26T11:05:38.875Z (8 days ago)
- Language: Rust
- Homepage: https://crates.io/crates/wiremock-grpc
- Size: 91.8 KB
- Stars: 17
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
wiremock grpc
gRPC mocking to test Rust applications.
* [lib/](lib/) - The actual crate that gets published to crates.io
* [test/](test/) - Integration tests
* [protogen/](protogen/) - Proto generated client-server code used in test