tonic-prost

Crates.iotonic-prost
lib.rstonic-prost
version0.14.2
created_at2025-07-28 15:29:06.19739+00
updated_at2025-09-02 17:42:37.253717+00
descriptionProst codec implementation for tonic
homepagehttps://github.com/hyperium/tonic
repositoryhttps://github.com/hyperium/tonic
max_upload_size
id1771263
size28,158
Lucio Franco (LucioFranco)

documentation

README

tonic-prost

Prost codec implementation for tonic gRPC framework.

Overview

This crate provides the ProstCodec for encoding and decoding protobuf messages using the prost library.

Usage

This crate is typically used through the main tonic crate with the prost feature enabled (which is enabled by default).

[dependencies]
tonic = "0.14"
Commit count: 1315

cargo fmt