cssparser::unicode_range

Function consume_hex

Source
fn consume_hex(text: &mut &[u8], digit_limit: usize) -> Result<(u32, usize), ()>