We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e2566 commit edd281bCopy full SHA for edd281b
tonic/src/codec/mod.rs
@@ -1,7 +1,6 @@
1
//! Generic encoding and decoding.
2
//!
3
-//! This module contains the generic `Codec`, `Encoder` and `Decoder` traits
4
-//! and a protobuf codec based on prost.
+//! This module contains the generic `Codec`, `Encoder` and `Decoder` traits.
5
6
mod buffer;
7
pub(crate) mod compression;
tonic/src/lib.rs
@@ -69,7 +69,6 @@
69
//! [gRPC]: https://grpc.io
70
//! [`tonic`]: https://github.com/hyperium/tonic
71
//! [`tokio`]: https://docs.rs/tokio
72
-//! [`prost`]: https://docs.rs/prost
73
//! [`hyper`]: https://docs.rs/hyper
74
//! [`tower`]: https://docs.rs/tower
75
//! [`tonic-build`]: https://docs.rs/tonic-build
0 commit comments