Removing extra parentheses in a for loop fixes this warning: src/bigint.rs:1636:18: 1636:31 warning: unnecessary parentheses around `for` head expression, #[warn(unused_parens)] on by default
Arbitrary sized numeric types for Rust.
Documentation
Add this to your Cargo.toml:
Cargo.toml
[dependencies] num = "*"
and this to your crate root:
extern crate num;