numext-fixed-uint-core 0.1.6

A internal crate used by numext-fixed-uint.
Documentation
[badges.travis-ci]
repository = "cryptape/rust-numext"
[dependencies.constructor]
package = "numext-constructor"
version = "=0.1.6"

[dependencies.heapsize]
optional = true
version = "~0.4"

[dependencies.rand]
optional = true
version = "~0.7"

[dependencies.serde]
optional = true
version = "~1.0"

[dependencies.thiserror]
version = "~1.0"

[features]
bits_1024 = []
bits_128 = []
bits_160 = []
bits_2048 = []
bits_224 = []
bits_256 = []
bits_384 = []
bits_4096 = []
bits_512 = []
bits_520 = []
bits_all = ["bits_128", "bits_160", "bits_224", "bits_256", "bits_384", "bits_512", "bits_520", "bits_1024", "bits_2048", "bits_4096"]
default = ["bits_all"]
support_all = ["support_rand", "support_heapsize", "support_serde"]
support_heapsize = ["heapsize"]
support_rand = ["rand"]
support_serde = ["serde"]

[package]
authors = ["Cryptape Technologies <contact@cryptape.com>"]
categories = ["algorithms", "data-structures"]
description = "A internal crate used by numext-fixed-uint."
edition = "2018"
homepage = "https://cryptape.github.io/rust-numext/"
keywords = ["fixed", "uint", "bignum", "bigint"]
license = "Apache-2.0 OR MIT"
name = "numext-fixed-uint-core"
repository = "https://github.com/cryptape/rust-numext"
version = "0.1.6"