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 9738fed commit cdc54a3Copy full SHA for cdc54a3
capnp/src/serialize.rs
@@ -92,7 +92,7 @@ pub fn read_message_from_flat_slice_no_alloc<'a>(
92
}
93
94
/// Segments read from a buffer, useful for when you have the message in a buffer and don't want the extra
95
-/// copy of `read_message`.
+/// copy performed by [`read_message`].
96
#[cfg(feature = "alloc")]
97
pub struct BufferSegments<T> {
98
buffer: T,
0 commit comments