Function decode_literals

Source
pub fn decode_literals(
    section: &LiteralsSection,
    scratch: &mut HuffmanScratch,
    source: &[u8],
    target: &mut Vec<u8>,
) -> Result<u32, DecompressLiteralsError>
Expand description

Decode and decompress the provided literals section into target, returning the number of bytes read.