Crates.io | tonic-prost |
lib.rs | tonic-prost |
version | 0.14.2 |
created_at | 2025-07-28 15:29:06.19739+00 |
updated_at | 2025-09-02 17:42:37.253717+00 |
description | Prost codec implementation for tonic |
homepage | https://github.com/hyperium/tonic |
repository | https://github.com/hyperium/tonic |
max_upload_size | |
id | 1771263 |
size | 28,158 |
Prost codec implementation for tonic gRPC framework.
This crate provides the ProstCodec
for encoding and decoding protobuf messages using the prost library.
This crate is typically used through the main tonic
crate with the prost
feature enabled (which is enabled by default).
[dependencies]
tonic = "0.14"