bigint 1.0.5

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 = "1.0.5"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"

[build-dependencies]
rustc_version = "0.2"

[dependencies]
rustc-serialize = "0.3"
heapsize = "0.3"
rand = "0.3"
byteorder = "1.0"