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 tls v0.0.3 Documenting tls v0.0.3 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/lib.rs --crate-name tls -o /home/cratesfyi/tls-0.0.3/doc -L dependency=/home/cratesfyi/tls-0.0.3/debug -L dependency=/home/cratesfyi/tls-0.0.3/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/lib.rs:4:15: 4:26 error: unresolved import `std::io::TcpListener`. There is no `TcpListener` in `std::io` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/lib.rs:4 use std::io::{TcpListener, TcpStream}; ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/lib.rs:4:28: 4:37 error: unresolved import `std::io::TcpStream`. There is no `TcpStream` in `std::io` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/lib.rs:4 use std::io::{TcpListener, TcpStream}; ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/lib.rs:5:15: 5:23 error: unresolved import `std::io::Acceptor`. There is no `Acceptor` in `std::io` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/lib.rs:5 use std::io::{Acceptor, Listener}; ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/lib.rs:5:25: 5:33 error: unresolved import `std::io::Listener`. There is no `Listener` in `std::io` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/lib.rs:5 use std::io::{Acceptor, Listener}; ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:8:5: 8:23 error: unresolved import `std::c_str::ToCStr`. Could not find `c_str` in `std` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:8 use std::c_str::ToCStr; ^~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:11:15: 11:23 error: unresolved import `std::io::IoResult`. There is no `IoResult` in `std::io`. Did you mean to use `Result`? [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:11 use std::io::{IoResult,IoError,IoErrorKind}; ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:11:24: 11:31 error: unresolved import `std::io::IoError`. There is no `IoError` in `std::io`. Did you mean to use `Error`? [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:11 use std::io::{IoResult,IoError,IoErrorKind}; ^~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:11:32: 11:43 error: unresolved import `std::io::IoErrorKind`. There is no `IoErrorKind` in `std::io`. Did you mean to use `ErrorKind`? [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:11 use std::io::{IoResult,IoError,IoErrorKind}; ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:183:4: 183:24 error: unresolved name `std::str::from_c_str` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:183 std::str::from_c_str(s) ^~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:253:6: 253:12 error: trait `Reader` is not in scope [E0405] .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:253 impl Reader for TLS { ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:253:6: 253:12 help: no candidates by the name of `Reader` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:254:49: 254:53 error: type name `uint` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:254 fn read(&mut self, buf: &mut [u8]) -> IoResult<uint> { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:254:49: 254:53 help: no candidates by the name of `uint` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:264:18: 264:22 error: type name `uint` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:264 Ok(outlen as uint) ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:264:18: 264:22 help: no candidates by the name of `uint` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:282:6: 282:12 error: trait `Writer` is not in scope [E0405] .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:282 impl Writer for TLS { ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/tls.rs:282:6: 282:12 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? error: cannot continue compilation due to previous error thread 'main' panicked at 'ChainedError { error: failed to compile `tls v0.0.3`, intermediate artifacts can be found at `/home/cratesfyi/tls-0.0.3`, cause: ChainedError { error: Could not document `tls`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/tls-0.0.3/src/lib.rs --crate-name tls -o /home/cratesfyi/tls-0.0.3/doc -L dependency=/home/cratesfyi/tls-0.0.3/debug -L dependency=/home/cratesfyi/tls-0.0.3/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.