Function pdf::enc::run_length_decode

source ·
pub fn run_length_decode(data: &[u8]) -> Result<Vec<u8>>