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.1 Compiling tinycdb v0.0.1 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.1/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/tinycdb-0.0.1/debug/build/tinycdb-f7aa4b73e9c069b1 --emit=dep-info,link -L dependency=/home/cratesfyi/tinycdb-0.0.1/debug -L dependency=/home/cratesfyi/tinycdb-0.0.1/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.1/build.rs:1:15: 1:22 error: unresolved import `std::io::Command`. There is no `Command` in `std::io` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.1/build.rs:1 use std::io::{Command, fs}; ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.1/build.rs:1:15: 1:22 help: run `rustc --explain E0432` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.1/build.rs:1:24: 1:26 error: unresolved import `std::io::fs`. There is no `fs` in `std::io` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.1/build.rs:1 use std::io::{Command, fs}; ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.1/build.rs:1:24: 1:26 help: run `rustc --explain E0432` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.1/build.rs:18:33: 18:43 error: unresolved name `os::getenv` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.1/build.rs:18 let output_path = Path::new(os::getenv("OUT_DIR").unwrap()).join("libcdb.a"); ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.1/build.rs:18:33: 18:43 help: run `rustc --explain E0425` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.1/build.rs:22:19: 22:29 error: unresolved name `os::getenv` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.1/build.rs:22 let out_dir = os::getenv("OUT_DIR").unwrap(); ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.1/build.rs:22:19: 22:29 help: run `rustc --explain E0425` to see a detailed explanation .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.1/build.rs:12:52: 12:58 error: no method named `as_str` found for type `std::path::PathBuf` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.1/build.rs:12 Command::new("make").args(&["-C", tinycdb_path.as_str().unwrap()]) ^~~~~~ error: aborting due to previous error thread 'main' panicked at 'ChainedError { error: failed to compile `tinycdb v0.0.1`, intermediate artifacts can be found at `/home/cratesfyi/tinycdb-0.0.1`, cause: ChainedError { error: Could not compile `tinycdb`., cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/tinycdb-0.0.1/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/tinycdb-0.0.1/debug/build/tinycdb-f7aa4b73e9c069b1 --emit=dep-info,link -L dependency=/home/cratesfyi/tinycdb-0.0.1/debug -L dependency=/home/cratesfyi/tinycdb-0.0.1/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.