bincode 0.1.0

A binary serialization / deserialization strategy and implementation.
Build #2287 2016-08-01T05:30:02.530463+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading bincode v0.1.0
Compiling rustc-serialize v0.3.19
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/lib.rs --crate-name rustc_serialize --crate-type lib -g -C metadata=3561541d79c18212 -C extra-filename=-3561541d79c18212 --out-dir /home/cratesfyi/bincode-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/bincode-0.1.0/debug/deps -L dependency=/home/cratesfyi/bincode-0.1.0/debug/deps --cap-lints allow`
Compiling byteorder v0.3.13
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.3.13/src/lib.rs --crate-name byteorder --crate-type lib -g -C metadata=f3f7821512ca2fd0 -C extra-filename=-f3f7821512ca2fd0 --out-dir /home/cratesfyi/bincode-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/bincode-0.1.0/debug/deps -L dependency=/home/cratesfyi/bincode-0.1.0/debug/deps --cap-lints allow`
Documenting bincode v0.1.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/bincode-0.1.0/src/lib.rs --crate-name bincode -o /home/cratesfyi/bincode-0.1.0/doc -L dependency=/home/cratesfyi/bincode-0.1.0/debug -L dependency=/home/cratesfyi/bincode-0.1.0/debug/deps --extern rustc_serialize=/home/cratesfyi/bincode-0.1.0/debug/deps/librustc_serialize-3561541d79c18212.rlib --extern byteorder=/home/cratesfyi/bincode-0.1.0/debug/deps/libbyteorder-f3f7821512ca2fd0.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/bincode-0.1.0/src/lib.rs:10:1: 10:22 error: can't find crate for `unicode` [E0463]
.cargo/registry/src/github.com-1ecc6299db9ec823/bincode-0.1.0/src/lib.rs:10 extern crate unicode;
^~~~~~~~~~~~~~~~~~~~~
error: aborting due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `bincode v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/bincode-0.1.0`,
cause: ChainedError {
error: Could not document `bincode`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/bincode-0.1.0/src/lib.rs --crate-name bincode -o /home/cratesfyi/bincode-0.1.0/doc -L dependency=/home/cratesfyi/bincode-0.1.0/debug -L dependency=/home/cratesfyi/bincode-0.1.0/debug/deps --extern rustc_serialize=/home/cratesfyi/bincode-0.1.0/debug/deps/librustc_serialize-3561541d79c18212.rlib --extern byteorder=/home/cratesfyi/bincode-0.1.0/debug/deps/libbyteorder-f3f7821512ca2fd0.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.