Crates.io | volo-grpc |
lib.rs | volo-grpc |
version | 0.10.4 |
source | src |
created_at | 2022-05-13 12:31:39.214471 |
updated_at | 2024-08-29 06:36:01.72072 |
description | gRPC framework implementation of volo. |
homepage | https://www.cloudwego.io/docs/volo/ |
repository | https://github.com/cloudwego/volo |
max_upload_size | |
id | 585850 |
size | 305,375 |
volo-grpc
implements a Protobuf-based RPC framework.
Users rarely need to use volo-grpc
directly. Instead, they should use the Client
and Server
in the generated code.
For extension developers, they may need to use some of the components in volo-grpc
.
For detailed guides, please refer to the guides.