Function ruzstd::decoding::literals_section_decoder::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.