Constant digit_bin

Source
pub const digit_bin: MapParser<CharParser, fn(char) -> usize>;
Expand description

Matches a binary digit '0' or '1', and converts it to its integer value 0 or 1.