pub fn objects(
buf: &[u8],
options: DecodeOptions,
) -> Result<ObjectIter, TensogramError>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).