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 hyperdex v1.1.0 Fresh libc v0.2.39 Fresh rustc-serialize v0.3.24 Fresh num_cpus v1.8.0 Fresh errno v0.1.8 Documenting hyperdex v1.1.0 Running `rustdoc --crate-name hyperdex .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num_cpus=/home/cratesfyi/cratesfyi/debug/deps/libnum_cpus-b77d6e347a8dacfa.rlib --extern-version num_cpus=num_cpus,1.8.0 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-f854cf2dcfbf787e.rlib --extern-version libc=libc,0.2.39 --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24 --extern errno=/home/cratesfyi/cratesfyi/debug/deps/liberrno-56832ae705aa9fc0.rlib --extern-version errno=errno,0.1.8` error[E0432]: unresolved import `std::sync::Future` --> .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/client.rs:16:5 | 16 | use std::sync::Future; | ^^^^^^^^^^^^^^^^^ no `Future` in `sync` error[E0432]: unresolved import `std::sync::Future` --> .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/admin.rs:3:5 | 3 | use std::sync::Future; | ^^^^^^^^^^^^^^^^^ no `Future` in `sync` error[E0432]: unresolved import `std::thunk` --> .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/admin.rs:4:10 | 4 | use std::thunk::Thunk; | ^^^^^ Could not find `thunk` in `std` error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData<T> (if you also use #[may_dangle]), Send, and/or Sync (see issue #0) --> .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/client.rs:10:32 | 10 | use std::ptr::{null, null_mut, Unique}; | ^^^^^^ | = help: add #![feature(ptr_internals)] to the crate attributes to enable error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData<T> (if you also use #[may_dangle]), Send, and/or Sync (see issue #0) --> .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/client.rs:860:10 | 860 | ptr: Unique<Struct_hyperdex_client>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: add #![feature(ptr_internals)] to the crate attributes to enable error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData<T> (if you also use #[may_dangle]), Send, and/or Sync (see issue #0) --> .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/admin.rs:7:16 | 7 | use std::ptr::{Unique, null, null_mut}; | ^^^^^^ | = help: add #![feature(ptr_internals)] to the crate attributes to enable error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData<T> (if you also use #[may_dangle]), Send, and/or Sync (see issue #0) --> .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/client_types.rs:7:5 | 7 | use std::ptr::Unique; | ^^^^^^^^^^^^^^^^ | = help: add #![feature(ptr_internals)] to the crate attributes to enable error[E0277]: the trait bound `Self: std::marker::Sized` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/client_types.rs:141:5 | 141 | fn from_hyper(val: HyperValue) -> Result<Self, HyperObjectKeyError>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Self` does not have a constant size known at compile-time | = help: the trait `std::marker::Sized` is not implemented for `Self` = help: consider adding a `where Self: std::marker::Sized` bound = note: required by `std::result::Result` error: Compilation failed, aborting rustdoc You've got a few errors: E0277, E0432, E0658 If you want more information on an error, try using "rustc --explain E0277" thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not document `hyperdex`., cause: process didn't exit successfully: `rustdoc --crate-name hyperdex .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num_cpus=/home/cratesfyi/cratesfyi/debug/deps/libnum_cpus-b77d6e347a8dacfa.rlib --extern-version num_cpus=num_cpus,1.8.0 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-f854cf2dcfbf787e.rlib --extern-version libc=libc,0.2.39 --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24 --extern errno=/home/cratesfyi/cratesfyi/debug/deps/liberrno-56832ae705aa9fc0.rlib --extern-version errno=errno,0.1.8` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.