pub const big_int_hex: RegexParser<BigInt, ParseBigIntError>;
Parse a BigInt written in base 16 (using its Num impl from the num-bigint crate, except that underscores between digits are not accepted).
BigInt
Num
num-bigint