Experimenting with numbers in Rust
Go to file
Timothy Warren d77a136e5c Some refactoring based on linting suggestions 2021-12-08 09:57:27 -05:00
src Some refactoring based on linting suggestions 2021-12-08 09:57:27 -05:00
tests Fix code coverage 2020-09-15 10:31:44 -04:00
.gitignore First commit 2020-02-12 22:29:57 -05:00
Cargo.lock Some refactoring based on linting suggestions 2021-12-08 09:57:27 -05:00
Cargo.toml Some refactoring based on linting suggestions 2021-12-08 09:57:27 -05:00
Jenkinsfile Add no_std support and testing 2020-04-16 14:07:12 -04:00
Makefile Add Makefile target for nostd tests 2021-04-20 08:16:09 -04:00
README.md Update readme 2021-04-20 08:17:16 -04:00

README.md

Rusty Numbers

Playing around with numeric types in Rust.

Build Status

Components

  • Rational (fraction) type, which overloads arithmatic operators
  • BigInt (high precision integer) type, overloading arithmatic operators