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 ssh v0.1.0 Compiling log v0.3.6 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/log-0.3.6/src/lib.rs --crate-name log --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=bf16bb9a4912b11d -C extra-filename=-bf16bb9a4912b11d --out-dir /home/cratesfyi/ssh-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/ssh-0.1.0/debug/deps -L dependency=/home/cratesfyi/ssh-0.1.0/debug/deps --cap-lints allow` Compiling ssh v0.1.0 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/ssh-0.1.0/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/ssh-0.1.0/debug/build/ssh-46ca3ff71b1b42aa --emit=dep-info,link -L dependency=/home/cratesfyi/ssh-0.1.0/debug -L dependency=/home/cratesfyi/ssh-0.1.0/debug/deps` Compiling libc v0.2.15 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.15/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=1bd8847afb79f283 -C extra-filename=-1bd8847afb79f283 --out-dir /home/cratesfyi/ssh-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/ssh-0.1.0/debug/deps -L dependency=/home/cratesfyi/ssh-0.1.0/debug/deps --cap-lints allow` Compiling bitflags v0.7.0 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.7.0/src/lib.rs --crate-name bitflags --crate-type lib -g -C metadata=0e272044714c8076 -C extra-filename=-0e272044714c8076 --out-dir /home/cratesfyi/ssh-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/ssh-0.1.0/debug/deps -L dependency=/home/cratesfyi/ssh-0.1.0/debug/deps --cap-lints allow` Running `/home/cratesfyi/ssh-0.1.0/debug/build/ssh-46ca3ff71b1b42aa/build-script-build` Documenting ssh v0.1.0 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/ssh-0.1.0/src/lib.rs --crate-name ssh -o /home/cratesfyi/ssh-0.1.0/doc -L dependency=/home/cratesfyi/ssh-0.1.0/debug -L dependency=/home/cratesfyi/ssh-0.1.0/debug/deps --extern libc=/home/cratesfyi/ssh-0.1.0/debug/deps/liblibc-1bd8847afb79f283.rlib --extern log=/home/cratesfyi/ssh-0.1.0/debug/deps/liblog-bf16bb9a4912b11d.rlib --extern bitflags=/home/cratesfyi/ssh-0.1.0/debug/deps/libbitflags-0e272044714c8076.rlib` .cargo/registry/src/github.com-1ecc6299db9ec823/ssh-0.1.0/src/lib.rs:385:57: 385:61 error: private type in public interface [E0446] .cargo/registry/src/github.com-1ecc6299db9ec823/ssh-0.1.0/src/lib.rs:385 pub fn scp_new<'b,P: AsRef<Path>>(&'b mut self,mode:Mode,v:P)->Result<Scp<'b>,Error> { ^~~~ error: aborting due to previous error thread 'main' panicked at 'ChainedError { error: failed to compile `ssh v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/ssh-0.1.0`, cause: ChainedError { error: Could not document `ssh`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/ssh-0.1.0/src/lib.rs --crate-name ssh -o /home/cratesfyi/ssh-0.1.0/doc -L dependency=/home/cratesfyi/ssh-0.1.0/debug -L dependency=/home/cratesfyi/ssh-0.1.0/debug/deps --extern libc=/home/cratesfyi/ssh-0.1.0/debug/deps/liblibc-1bd8847afb79f283.rlib --extern log=/home/cratesfyi/ssh-0.1.0/debug/deps/liblog-bf16bb9a4912b11d.rlib --extern bitflags=/home/cratesfyi/ssh-0.1.0/debug/deps/libbitflags-0e272044714c8076.rlib` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.