smallbigint 0.5.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"

[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 = "0.5.0"