Josh Stone 6a41eaa46f Move num-bigint to its own repo
All the prior `num` history is kept, so old `num-bigint` tags are still
valid, but future development here will be just for `num-bigint`.
2017-12-17 15:44:53 -08:00
2017-12-17 15:44:53 -08:00
2017-12-17 15:44:53 -08:00
2017-12-17 15:44:53 -08:00
2015-05-14 10:19:47 -07:00
2017-12-17 15:44:53 -08:00
2017-07-08 22:29:48 -07:00
2017-12-17 15:44:53 -08:00
2014-09-16 10:35:35 -07:00
2014-09-16 10:35:35 -07:00
2017-12-17 15:44:53 -08:00

num-bigint

crate documentation 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;

Compatibility

The num-bigint crate is tested for rustc 1.8 and greater.

Description
No description provided
Readme 2 MiB