fn parse_entry(data: &[u8]) -> (Result<Entry, ()>, &[u8])
Parse a full entry from the data. This begins with components (see parse_components()), then after a colon (“:”) comes the value. The value may contain escape sequences.
parse_components()