matrix-authentication-service/.gear/predownloaded-development/vendor/tonic-prost
2026-03-07 01:41:31 +03:00
..
src added rust vendor 2026-03-07 01:41:31 +03:00
.cargo-checksum.json added rust vendor 2026-03-07 01:41:31 +03:00
.cargo_vcs_info.json added rust vendor 2026-03-07 01:41:31 +03:00
Cargo.lock added rust vendor 2026-03-07 01:41:31 +03:00
Cargo.toml added rust vendor 2026-03-07 01:41:31 +03:00
Cargo.toml.orig added rust vendor 2026-03-07 01:41:31 +03:00
README.md added rust vendor 2026-03-07 01:41:31 +03:00

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"