etcommon-bigint 0.2.9

Big integer (256-bit and 512-bit) implementation for SputnikVM and other Ethereum Classic clients.
Documentation
Build #75546 2017-11-06T13:01:19.434104+00:00
# rustc version
rustc 1.22.0-dev (b1cfd1750 2017-09-21)
# docs.rs version
cratesfyi 0.4.2 (13da7b2 2017-10-12)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading etcommon-bigint v0.2.9
Compiling byteorder v1.1.0
Fresh libc v0.2.33
Fresh lazy_static v0.2.9
Compiling elastic-array-plus v0.9.1
Compiling etcommon-hexutil v0.2.3
Running `rustc --crate-name byteorder .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.1.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="std"' -C metadata=694ada3e969d1fad -C extra-filename=-694ada3e969d1fad --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh rand v0.3.17
Running `rustc --crate-name hexutil .cargo/registry/src/github.com-1ecc6299db9ec823/etcommon-hexutil-0.2.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="std"' -C metadata=5100a032ef271c2b -C extra-filename=-5100a032ef271c2b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `rustc --crate-name elastic_array .cargo/registry/src/github.com-1ecc6299db9ec823/elastic-array-plus-0.9.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="std"' -C metadata=df55bbc15bb09094 -C extra-filename=-df55bbc15bb09094 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Compiling etcommon-rlp v0.2.3
Running `rustc --crate-name rlp .cargo/registry/src/github.com-1ecc6299db9ec823/etcommon-rlp-0.2.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="elastic-array-plus"' --cfg 'feature="lazy_static"' --cfg 'feature="byteorder"' --cfg 'feature="etcommon-hexutil"' -C metadata=cf7e28d9ec2d6950 -C extra-filename=-cf7e28d9ec2d6950 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern elastic_array=/home/cratesfyi/cratesfyi/debug/deps/libelastic_array-df55bbc15bb09094.rlib --extern-version elastic_array=elastic-array-plus,0.9.1 --extern hexutil=/home/cratesfyi/cratesfyi/debug/deps/libhexutil-5100a032ef271c2b.rlib --extern-version hexutil=etcommon-hexutil,0.2.3 --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-694ada3e969d1fad.rlib --extern-version byteorder=byteorder,1.1.0 --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-5b85fba9276a8257.rlib --extern-version lazy_static=lazy_static,0.2.9 --cap-lints allow`
Documenting etcommon-bigint v0.2.9
Running `rustdoc --crate-name bigint .cargo/registry/src/github.com-1ecc6299db9ec823/etcommon-bigint-0.2.9/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="std"' --cfg 'feature="etcommon-hexutil"' --cfg 'feature="rlp"' --cfg 'feature="etcommon-rlp"' --cfg 'feature="rand"' --cfg 'feature="string"' --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="byteorder"' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-efd62672193c2c7a.rlib --extern-version libc=libc,0.2.33 --extern rlp=/home/cratesfyi/cratesfyi/debug/deps/librlp-cf7e28d9ec2d6950.rlib --extern-version rlp=etcommon-rlp,0.2.3 --extern hexutil=/home/cratesfyi/cratesfyi/debug/deps/libhexutil-5100a032ef271c2b.rlib --extern-version hexutil=etcommon-hexutil,0.2.3 --extern rand=/home/cratesfyi/cratesfyi/debug/deps/librand-218de9b348c3c495.rlib --extern-version rand=rand,0.3.17 --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-694ada3e969d1fad.rlib --extern-version byteorder=byteorder,1.1.0`
Finished dev [unoptimized + debuginfo] target(s) in 3.35 secs