Function ruzstd::decoding::literals_section_decoder::decode_literals[][src]

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