pub fn parse_fraction(input: &str) -> IResult<&str, (usize, usize)>
Expand description

\d+\/\d+