pub const big_int: RegexParser<BigInt, <BigInt as FromStr>::Err>;
Parse a BigInt (using its FromStr implementation in the num-bigint crate, except that underscores between digits are not accepted).
FromStr
num-bigint