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