Would it be possible to parse decimals into rationals? Python has a way to do this to their Fraction, And Julia has a roundabout way to do this. E.g. `let x: BigRational = "1234.45e67".parse().unwrap()` Discussion about the inverse: https://github.com/rust-num/num-rational/issues/10