# Ratio 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` type which implements `Rational`.