pub fn parse_str(data: &[u8]) -> IResult<&[u8], &str>
Expand description

Parse a RESP string.