fixed-bigint 0.1.1

Fixed-size big integer implementation for Rust
Documentation
[dependencies.num-traits]
default-features = false
version = "0.2.14"

[package]
authors = ["kaidokert <kaidokert@gmail.com>"]
categories = ["algorithms", "data-structures", "no-std"]
description = "Fixed-size big integer implementation for Rust\n"
edition = "2018"
exclude = ["/.github/*"]
homepage = "https://github.com/kaidokert/fixed-bigint-rs"
keywords = ["mathematics", "numerics", "bignum"]
license = "Apache-2.0"
name = "fixed-bigint"
readme = "README.md"
repository = "https://github.com/kaidokert/fixed-bigint-rs"
version = "0.1.1"
[profile.dev]
codegen-units = 16
debug = true
debug-assertions = true
incremental = false
lto = false
opt-level = 0
overflow-checks = true
panic = "unwind"