Skip to main content

objects

Function objects 

Source
pub fn objects(buf: &[u8], options: DecodeOptions) -> Result<ObjectIter>
Expand description

Create an iterator that decodes each object in a message on demand.

Parses the frame header and metadata once, then decodes objects lazily via the full pipeline (encoding + filter + decompression).