Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version rustc 1.26.0-dev (5c1d29af0 2018-03-03)
# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading evo v0.0.1 Downloading simple_parallel v0.3.0 Fresh libc v0.2.39 Fresh bit-vec v0.4.4 Compiling crossbeam v0.1.6 Fresh rand v0.4.2 Fresh rand v0.3.22 Running `rustc --crate-name crossbeam .cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.1.6/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=faeb40c1d116c007 -C extra-filename=-faeb40c1d116c007 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` error[E0512]: transmute called with types of different sizes --> .cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.1.6/src/sync/seg_queue.rs:34:29 | 34 | ready: unsafe { mem::transmute([0usize; SEG_SIZE]) }, | ^^^^^^^^^^^^^^ | = note: source type: [usize; 32] (2048 bits) = note: target type: [std::sync::atomic::AtomicBool; 32] (256 bits) error: aborting due to previous error If you want more information on this error, try using "rustc --explain E0512" thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not compile `crossbeam`., cause: process didn't exit successfully: `rustc --crate-name crossbeam .cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.1.6/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=faeb40c1d116c007 -C extra-filename=-faeb40c1d116c007 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.