Skip to main content

decode_protobuf_stream

Function decode_protobuf_stream 

Source
pub fn decode_protobuf_stream<R: Read>(reader: R) -> ProtobufFrameIter<R> 
Expand description

Yield frames from a stream of length-prefixed protobuf CodecFrame payloads. Wire: 4-byte big-endian length followed by the protobuf bytes.