2018-02-07 22:42:51 -08:00
2018-02-07 21:56:28 -08:00
2018-02-07 18:17:42 -08:00
2018-02-07 22:42:51 -08:00
2015-05-14 10:19:47 -07:00
2018-02-07 18:17:42 -08:00
2017-07-08 22:29:48 -07:00
2018-02-07 22:42:51 -08:00
2014-09-16 10:35:35 -07:00
2014-09-16 10:35:35 -07:00
2018-02-07 22:42:51 -08:00
2018-02-07 22:42:51 -08:00

num-bigint

crate documentation minimum rustc 1.8 Travis status

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.

Description
No description provided
Readme 2 MiB