Constant big_int_hex

Source
pub const big_int_hex: RegexParser<BigInt, ParseBigIntError>;
Expand description

Parse a BigInt written in base 16 (using its Num impl from the num-bigint crate, except that underscores between digits are not accepted).