Rusty Numbers
Playing around with numeric types in Rust.
Components
- Rational (fraction) type, which overloads arithmatic operators
- Various fibonacci/factorial implementations for native numeric types
- BigInt (high precision integer) type, overloading arithmatic operators