pub fn decode_object(
buf: &[u8],
index: usize,
options: &DecodeOptions,
) -> Result<(GlobalMetadata, DataObjectDescriptor, Vec<u8>), TensogramError>Expand description
Decode a single object by index (O(1) access via index frame). Returns (global_metadata, descriptor, decoded_data).