| Crates.io | zopp-proto |
| lib.rs | zopp-proto |
| version | 0.1.1 |
| created_at | 2026-01-05 17:56:31.509768+00 |
| updated_at | 2026-01-05 19:21:04.049544+00 |
| description | gRPC protocol definitions for zopp secrets manager |
| homepage | https://github.com/faiscadev/zopp |
| repository | https://github.com/faiscadev/zopp |
| max_upload_size | |
| id | 2024306 |
| size | 41,596 |
gRPC protocol definitions for zopp.
The build.rs script runs at compile time and uses tonic-prost-build to generate Rust code from proto/zopp.proto. The generated code is automatically included via tonic::include_proto!("zopp").
proto/zopp.protocargo build -p zopp-protouse zopp_proto::{JoinRequest, JoinResponse, ZoppServiceClient, ZoppServiceServer};
The generated code includes:
ZoppServiceClient for client-side usageZoppServiceServer for server-side implementation