[go: up one dir, main page]

tonic-prost 0.14.2

Prost codec implementation for tonic
Documentation

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"