uint 0.5.0

Large fixed-size integers arithmetics
Documentation
[[example]]
name = "modular"

[[test]]
name = "uint_tests"
required-features = ["std", "common"]
[dependencies.byteorder]
default-features = false
version = "1"

[dependencies.crunchy]
default-features = true
version = "0.2"

[dependencies.heapsize]
optional = true
version = "0.4.2"

[dependencies.quickcheck]
optional = true
version = "0.6"

[dependencies.rustc-hex]
default-features = false
version = "2.0"

[features]
common = []
default = ["std", "common"]
std = ["byteorder/std", "rustc-hex/std", "crunchy/std"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Large fixed-size integers arithmetics"
homepage = "http://parity.io"
license = "MIT/Apache-2.0"
name = "uint"
readme = "README.md"
repository = "https://github.com/paritytech/parity-common"
version = "0.5.0"