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.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 tinycdb v0.0.5 Compiling tinycdb-sys v0.0.2 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-sys-0.0.2/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/tinycdb-0.0.5/debug/build/tinycdb-sys-5723390aee73efa0 --emit=dep-info,link -L dependency=/home/cratesfyi/tinycdb-0.0.5/debug/deps -L dependency=/home/cratesfyi/tinycdb-0.0.5/debug/deps --cap-lints allow` Compiling libc v0.2.14 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.14/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=1f3392fe1afd1313 -C extra-filename=-1f3392fe1afd1313 --out-dir /home/cratesfyi/tinycdb-0.0.5/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/tinycdb-0.0.5/debug/deps -L dependency=/home/cratesfyi/tinycdb-0.0.5/debug/deps --cap-lints allow` Running `/home/cratesfyi/tinycdb-0.0.5/debug/build/tinycdb-sys-5723390aee73efa0/build-script-build` Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-sys-0.0.2/src/lib.rs --crate-name tinycdb_sys --crate-type lib -g -C metadata=9017d81a22350f17 -C extra-filename=-9017d81a22350f17 --out-dir /home/cratesfyi/tinycdb-0.0.5/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/tinycdb-0.0.5/debug/deps -L dependency=/home/cratesfyi/tinycdb-0.0.5/debug/deps --extern libc=/home/cratesfyi/tinycdb-0.0.5/debug/deps/liblibc-1f3392fe1afd1313.rlib --cap-lints allow -L /home/cratesfyi/tinycdb-0.0.5/debug/build/tinycdb-sys-5723390aee73efa0/out -l static=cdb` Documenting tinycdb v0.0.5 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs --crate-name tinycdb -o /home/cratesfyi/tinycdb-0.0.5/doc -L dependency=/home/cratesfyi/tinycdb-0.0.5/debug -L dependency=/home/cratesfyi/tinycdb-0.0.5/debug/deps --extern libc=/home/cratesfyi/tinycdb-0.0.5/debug/deps/liblibc-1f3392fe1afd1313.rlib --extern tinycdb_sys=/home/cratesfyi/tinycdb-0.0.5/debug/deps/libtinycdb_sys-9017d81a22350f17.rlib` .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs:28:24: 28:31 error: unresolved import `std::borrow::IntoCow`. There is no `IntoCow` in `std::borrow` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs:28 use std::borrow::{Cow, IntoCow}; ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs:31:5: 31:20 error: unresolved import `std::raw::Slice`. There is no `Slice` in `std::raw` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs:31 use std::raw::Slice; ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs:34:5: 34:38 error: unresolved import `libc::funcs::posix88::fcntl::open`. Could not find `funcs` in `libc` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs:34 use libc::funcs::posix88::fcntl::open; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs:35:5: 35:40 error: unresolved import `libc::funcs::posix88::unistd::close`. Could not find `funcs` in `libc` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs:35 use libc::funcs::posix88::unistd::close; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs:36:33: 36:40 error: unresolved import `libc::consts::os::posix88::O_CREAT`. Could not find `consts` in `libc` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs:36 use libc::consts::os::posix88::{O_CREAT, O_EXCL, O_RDONLY, O_RDWR}; ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs:36:42: 36:48 error: unresolved import `libc::consts::os::posix88::O_EXCL`. Could not find `consts` in `libc` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs:36 use libc::consts::os::posix88::{O_CREAT, O_EXCL, O_RDONLY, O_RDWR}; ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs:36:50: 36:58 error: unresolved import `libc::consts::os::posix88::O_RDONLY`. Could not find `consts` in `libc` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs:36 use libc::consts::os::posix88::{O_CREAT, O_EXCL, O_RDONLY, O_RDWR}; ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs:36:60: 36:66 error: unresolved import `libc::consts::os::posix88::O_RDWR`. Could not find `consts` in `libc` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs:36 use libc::consts::os::posix88::{O_CREAT, O_EXCL, O_RDONLY, O_RDWR}; ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs:62:19: 62:40 error: `IntoCow` is not a trait [E0404] .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs:62 pub fn new<T: IntoCow<'static, str>>(msg: T, kind: CdbErrorKind) -> CdbError { ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs:73:26: 73:47 error: `IntoCow` is not a trait [E0404] .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs:73 fn new_from_errno<T: IntoCow<'static, str>>(msg: T) -> CdbError { ^~~~~~~~~~~~~~~~~~~~~ error: cannot continue compilation due to previous error thread 'main' panicked at 'ChainedError { error: failed to compile `tinycdb v0.0.5`, intermediate artifacts can be found at `/home/cratesfyi/tinycdb-0.0.5`, cause: ChainedError { error: Could not document `tinycdb`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.5/src/lib.rs --crate-name tinycdb -o /home/cratesfyi/tinycdb-0.0.5/doc -L dependency=/home/cratesfyi/tinycdb-0.0.5/debug -L dependency=/home/cratesfyi/tinycdb-0.0.5/debug/deps --extern libc=/home/cratesfyi/tinycdb-0.0.5/debug/deps/liblibc-1f3392fe1afd1313.rlib --extern tinycdb_sys=/home/cratesfyi/tinycdb-0.0.5/debug/deps/libtinycdb_sys-9017d81a22350f17.rlib` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.