pub type HundRat = Rational<{ _ }>;
Can store -100 to 100 with a bit of wiggle room.
pub struct HundRat { /* private fields */ }