Function parse_entry

Source
fn parse_entry(data: &[u8]) -> (Result<Entry, ()>, &[u8])
Expand description

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.