A library for compile-time rational arithmetic. At the moment, this crate contains only the Rational trait. However, when const generics land, it will be updated to include a Ratio<N, D> type which implements Rational.
Rational
Ratio<N, D>