parse_array

Function parse_array 

Source
pub fn parse_array(data: &[u8]) -> IResult<&[u8], i64>
Expand description

Parse the length of a RESP array. Parsing the array elements is handled handled by the other parsers.