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.28.0-dev (b9bf4f162 2018-06-02)
# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading bcrypter v0.1.1 Fresh libc v0.2.43 Fresh byte-tools v0.2.0 Fresh safemem v0.3.0 Fresh byteorder v1.2.6 Fresh opaque-debug v0.1.1 Fresh rand_core v0.3.0 Fresh rand_core v0.2.2 Fresh base64 v0.9.3 Fresh rand v0.5.5 Fresh typenum v1.10.0 Fresh generic-array v0.9.0 Fresh block-cipher-trait v0.5.3 Fresh blowfish v0.3.0 Documenting bcrypter v0.1.1 Running `rustdoc --crate-name bcrypter .cargo/registry/src/github.com-1ecc6299db9ec823/bcrypter-0.1.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern blowfish=/home/cratesfyi/cratesfyi/debug/deps/libblowfish-653a5a2114ce1205.rlib --extern-version blowfish=blowfish,0.3.0 --extern rand=/home/cratesfyi/cratesfyi/debug/deps/librand-29c97574f3dc2f74.rlib --extern-version rand=rand,0.5.5 --extern base64=/home/cratesfyi/cratesfyi/debug/deps/libbase64-88b39d0e00e0a19a.rlib --extern-version base64=base64,0.9.3` error[E0432]: unresolved import `alloc::format` --> .cargo/registry/src/github.com-1ecc6299db9ec823/bcrypter-0.1.1/src/utils.rs:2:5 | 2 | use alloc::format; | ^^^^^^^^^^^^^ no `format` in the root error: cannot find macro `format!` in this scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/bcrypter-0.1.1/src/utils.rs:9:5 | 9 | format!("{}{:02}${}{}", VERSION, cost, salt, digest) | ^^^^^^ thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not document `bcrypter`., cause: process didn't exit successfully: `rustdoc --crate-name bcrypter .cargo/registry/src/github.com-1ecc6299db9ec823/bcrypter-0.1.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern blowfish=/home/cratesfyi/cratesfyi/debug/deps/libblowfish-653a5a2114ce1205.rlib --extern-version blowfish=blowfish,0.3.0 --extern rand=/home/cratesfyi/cratesfyi/debug/deps/librand-29c97574f3dc2f74.rlib --extern-version rand=rand,0.5.5 --extern base64=/home/cratesfyi/cratesfyi/debug/deps/libbase64-88b39d0e00e0a19a.rlib --extern-version base64=base64,0.9.3` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.