Skip to main content

FLAG_META_EMBEDDED

Constant FLAG_META_EMBEDDED 

Source
pub const FLAG_META_EMBEDDED: u8 = _; // 16u8
Expand description

Flag bit 4: transform metadata is embedded inside the compressed stream. When set, transform_metadata_len in the header is 0 (no separate metadata). The decompressed stream starts with meta_len:u32 LE + raw metadata + preprocessed data.