tonic
https://github.com/hyperium/tonic
Rust
A native gRPC client & server implementation with async/await support.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported8 Subscribers
Add a CodeTriage badge to tonic
Help out
- Issues
- Example: multiple proto files
- Return stream after server response only
- feature to enable logging of tower
- Server-streaming is always batched based on size of mpsc::channel(N) + 1
- Ability to send trailing metadata (trailers) from server-streaming methods.
- Inform users that for an https connection they should enable tls related feature flags
- Make tonic-web layer generic over request/response body
- Clippy warning: this could be a `const fn` on fn returning Self
- Add optional default unimplemented stubs
- Mock server example does not work with shutdown
- Docs
- Rust not yet supported