Function decode_rle_string

Source
pub fn decode_rle_string(input: &[u8]) -> IResult<&[u8], String, Error>