bigint 4.3.0

Large fixed-size integers arithmetics
Documentation
[package]
description = "Large fixed-size integers arithmetics"
homepage = "http://parity.io"
repository = "https://github.com/ethcore/bigint"
license = "MIT/Apache-2.0"
name = "bigint"
version = "4.3.0"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"

[build-dependencies]
cc = { version = "1.0.9", optional = true }

[dependencies]
rustc-hex = { version = "1.0", optional = true }
heapsize = { version = "0.4", optional = true }
byteorder = { version = "1", default-features = false }
crunchy = "0.1.5"

[dev-dependencies]
quickcheck = "0.4"

[features]
heapsizeof = ["heapsize", "std"]
std = ["rustc-hex"]
asm = ["cc"]

[[example]]
name = "modular"
required-features = ["std"]