Skip to main content

integer

Function integer 

Source
pub fn integer(input: &str) -> IResult<&str, BigInt>
Expand description

Parses an input string and extracts an integer of arbitrary size (BigInt).