Constant digit_hex

Source
pub const digit_hex: MapParser<CharParser, fn(char) -> usize>;
Expand description

Matches a hexadecimal digit '0'-'9', 'a'-'f', or 'A'-'F', and converts it to its integer value 0-15.