pub fn parse_str_loose(data: &[u8]) -> IResult<&[u8], &str>
Parse a RESP string, including bulk string if the bytes are valid UTF-8.