Constant big_int_bin

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

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