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 fd4e1e1 commit 1cbb1b8Copy full SHA for 1cbb1b8
misc/quick-protobuf-codec/src/lib.rs
@@ -12,6 +12,7 @@ mod generated;
12
pub use generated::test as proto;
13
14
/// [`Codec`] implements [`Encoder`] and [`Decoder`], uses [`unsigned_varint`]
15
+///
16
/// to prefix messages with their length and uses [`quick_protobuf`] and a provided
17
/// `struct` implementing [`MessageRead`] and [`MessageWrite`] to do the encoding.
18
pub struct Codec<In, Out = In> {
0 commit comments