Constant big_uint_bin

Source
pub const big_uint_bin: RegexParser<BigUint, ParseBigIntError>;
Expand description

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).