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).
```toml
[dependencies]
tonic = "0.14"
```