pub type BigRational = Ratio<BigInt>;
Alias for arbitrary precision rationals.
struct BigRational { /* private fields */ }