Constant big_int

Source
pub const big_int: RegexParser<BigInt, <BigInt as FromStr>::Err>;
Expand description

Parse a BigInt (using its FromStr implementation in the num-bigint crate, except that underscores between digits are not accepted).