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 csv v0.14.2 Compiling rustc-serialize v0.3.19 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/lib.rs --crate-name rustc_serialize --crate-type lib -g -C metadata=3561541d79c18212 -C extra-filename=-3561541d79c18212 --out-dir /home/cratesfyi/csv-0.14.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/csv-0.14.2/debug/deps -L dependency=/home/cratesfyi/csv-0.14.2/debug/deps --cap-lints allow` Compiling byteorder v0.5.3 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.5.3/src/lib.rs --crate-name byteorder --crate-type lib -g --cfg feature=\"std\" --cfg feature=\"default\" -C metadata=e4fc6ea0c49cabcf -C extra-filename=-e4fc6ea0c49cabcf --out-dir /home/cratesfyi/csv-0.14.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/csv-0.14.2/debug/deps -L dependency=/home/cratesfyi/csv-0.14.2/debug/deps --cap-lints allow` Documenting csv v0.14.2 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.14.2/src/lib.rs --crate-name csv -o /home/cratesfyi/csv-0.14.2/doc -L dependency=/home/cratesfyi/csv-0.14.2/debug -L dependency=/home/cratesfyi/csv-0.14.2/debug/deps --extern byteorder=/home/cratesfyi/csv-0.14.2/debug/deps/libbyteorder-e4fc6ea0c49cabcf.rlib --extern rustc_serialize=/home/cratesfyi/csv-0.14.2/debug/deps/librustc_serialize-3561541d79c18212.rlib` .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.14.2/src/lib.rs:326:11: 326:27 error: type name `byteorder::Error` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.14.2/src/lib.rs:326 impl From<byteorder::Error> for Error { ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.14.2/src/lib.rs:326:11: 326:27 help: you can import several candidates into scope (`use ...;`): .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.14.2/src/lib.rs:326:11: 326:27 help: `Error` .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.14.2/src/lib.rs:326:11: 326:27 help: `std::error::Error` .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.14.2/src/lib.rs:326:11: 326:27 help: `std::fmt::Error` .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.14.2/src/lib.rs:326:11: 326:27 help: `std::io::Error` .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.14.2/src/lib.rs:327:18: 327:34 error: type name `byteorder::Error` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.14.2/src/lib.rs:327 fn from(err: byteorder::Error) -> Error { ^~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.14.2/src/lib.rs:327:18: 327:34 help: you can import several candidates into scope (`use ...;`): .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.14.2/src/lib.rs:327:18: 327:34 help: `Error` .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.14.2/src/lib.rs:327:18: 327:34 help: `std::error::Error` .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.14.2/src/lib.rs:327:18: 327:34 help: `std::fmt::Error` .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.14.2/src/lib.rs:327:18: 327:34 help: `std::io::Error` .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.14.2/src/lib.rs:329:13: 329:33 error: failed to resolve. Could not find `Error` in `byteorder` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.14.2/src/lib.rs:329 byteorder::Error::Io(err) => From::from(err), ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.14.2/src/lib.rs:330:13: 330:44 error: failed to resolve. Could not find `Error` in `byteorder` [E0433] .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.14.2/src/lib.rs:330 byteorder::Error::UnexpectedEOF => { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `csv v0.14.2`, intermediate artifacts can be found at `/home/cratesfyi/csv-0.14.2`, cause: ChainedError { error: Could not document `csv`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/csv-0.14.2/src/lib.rs --crate-name csv -o /home/cratesfyi/csv-0.14.2/doc -L dependency=/home/cratesfyi/csv-0.14.2/debug -L dependency=/home/cratesfyi/csv-0.14.2/debug/deps --extern byteorder=/home/cratesfyi/csv-0.14.2/debug/deps/libbyteorder-e4fc6ea0c49cabcf.rlib --extern rustc_serialize=/home/cratesfyi/csv-0.14.2/debug/deps/librustc_serialize-3561541d79c18212.rlib` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.