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