Big integer types for Rust, BigInt
and BigUint
.
Add this to your Cargo.toml
:
toml
[dependencies]
num-bigint = "0.1"
and this to your crate root:
rust
extern crate num_bigint;
Release notes are available in RELEASES.md.
The num-bigint
crate is tested for rustc 1.8 and greater.