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