smallbigint 1.0.0

Big integer types that have a small on-stack representation for small values. Uses num-bigint internally.
Documentation
[dependencies.either]
version = "1.5.3"

[dependencies.num-bigint]
version = "0.2.6"

[dependencies.num-integer]
version = "0.1.42"

[dependencies.num-traits]
version = "0.2.11"
[dev-dependencies.exitfailure]
version = "0.5.1"

[dev-dependencies.failure]
version = "0.1.7"

[dev-dependencies.num-iter]
version = "0.1.40"

[dev-dependencies.structopt]
version = "0.3.12"

[features]
bench = []
benchall = []

[package]
authors = ["Bram Geron <bram@bram.xyz>"]
categories = ["data-structures"]
description = "Big integer types that have a small on-stack representation for small values. Uses num-bigint internally."
edition = "2018"
keywords = ["bigint", "integer", "number"]
license = "MIT OR Apache-2.0"
name = "smallbigint"
readme = "README.md"
repository = "https://github.com/rusty-plasma/smallbigint"
version = "1.0.0"