Function x11rb_protocol::resource_manager::parser::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.