ibig 0.2.0

Big integer library
Documentation
[[bench]]
name = "benchmarks"
required-features = ["rand"]

[[test]]
name = "random"
required-features = ["rand"]
[dependencies.ascii]
default-features = false
version = "1.0"

[dependencies.rand]
default-features = false
optional = true
version = "0.8.3"

[dependencies.static_assertions]
version = "1.1"
[dev-dependencies.rand]
version = "0.8"

[features]
default = ["std", "rand"]
std = []

[package]
authors = ["Tomek Czajka <tczajka@gmail.com>"]
categories = ["mathematics", "no-std"]
description = "Big integer library"
edition = "2018"
homepage = "https://github.com/tczajka/ibig-rs"
keywords = ["bigint", "bignum", "mathematics"]
license = "MIT"
name = "ibig"
readme = "README.md"
repository = "https://github.com/tczajka/ibig-rs"
version = "0.2.0"