49237f6f45
- Use explicit asserts for should-panic tests, since overflow is not checked in release mode. - Add positive tests where gcd min_value() can be represented. - In all cases, test min_value() in both positions. Closes #127 |
||
---|---|---|
benches | ||
num-macros | ||
src | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
README.md
num
Arbitrary sized numeric types for Rust.
Usage
Add this to your Cargo.toml
:
[dependencies]
num = "*"
and this to your crate root:
extern crate num;