ratio 0.0.0

Compile-time rational arithmetic
Documentation
# 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<N, D>` type which implements `Rational`.