gRPC-rsgRPC 的 Rust 封装
gRPC-rs 是 gRPC Core 的 Rust 封装。gRPC 是一个高性能的开源通用 RPC 框架,它采用移动和 HTTP/2 优先的思想。
已支持以下功能:
Basic asynchronous unary/steaming call
SSL
Generic call
Connection level compression
Interoperability test
QPS benchmark
Health check
该项目仍在开发中,还有部分功能未完成:
Custom metadata
Reflection
Authentication
Load balance
评论