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 simple_csv v0.0.10 Documenting simple_csv v0.0.10 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/lib.rs --crate-name simple_csv -o /home/cratesfyi/simple_csv-0.0.10/doc -L dependency=/home/cratesfyi/simple_csv-0.0.10/debug -L dependency=/home/cratesfyi/simple_csv-0.0.10/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/reader.rs:12:41: 12:45 error: invalid suffix `us` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/reader.rs:12 static STRING_INITIAL_CAPACITY: usize = 64us; ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/reader.rs:12:41: 12:45 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/reader.rs:157:30: 157:33 error: invalid suffix `us` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/reader.rs:157 let mut line_count = 0us; ^~~ .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/reader.rs:157:30: 157:33 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/writer.rs:60:30: 60:33 error: invalid suffix `us` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/writer.rs:60 let mut col_number = 0us; ^~~ .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/writer.rs:60:30: 60:33 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/reader.rs:7:15: 7: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/simple_csv-0.0.10/src/reader.rs:7 use std::io::{IoResult,IoErrorKind}; ^~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/reader.rs:7:24: 7:35 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/simple_csv-0.0.10/src/reader.rs:7 use std::io::{IoResult,IoErrorKind}; ^~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/writer.rs:5:5: 5:22 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/simple_csv-0.0.10/src/writer.rs:5 use std::io::IoResult; ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/reader.rs:23:31: 23:37 error: trait `Buffer` is not in scope [E0405] .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/reader.rs:23 pub struct SimpleCsvReader<B: Buffer> { ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/reader.rs:23:31: 23:37 help: no candidates by the name of `Buffer` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/reader.rs:48:9: 48:15 error: trait `Buffer` is not in scope [E0405] .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/reader.rs:48 impl<B: Buffer> SimpleCsvReader<B> { ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/reader.rs:48:9: 48:15 help: no candidates by the name of `Buffer` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/reader.rs:203:9: 203:15 error: trait `Buffer` is not in scope [E0405] .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/reader.rs:203 impl<B: Buffer> Iterator for SimpleCsvReader<B> { ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/reader.rs:203:9: 203:15 help: no candidates by the name of `Buffer` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/writer.rs:32:31: 32:37 error: trait `Writer` is not in scope [E0405] .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/writer.rs:32 pub struct SimpleCsvWriter<W: Writer> { ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/writer.rs:32:31: 32:37 help: no candidates by the name of `Writer` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/writer.rs:39:9: 39:15 error: trait `Writer` is not in scope [E0405] .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/writer.rs:39 impl<W: Writer> SimpleCsvWriter<W> { ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/writer.rs:39:9: 39:15 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 `simple_csv v0.0.10`, intermediate artifacts can be found at `/home/cratesfyi/simple_csv-0.0.10`, cause: ChainedError { error: Could not document `simple_csv`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.10/src/lib.rs --crate-name simple_csv -o /home/cratesfyi/simple_csv-0.0.10/doc -L dependency=/home/cratesfyi/simple_csv-0.0.10/debug -L dependency=/home/cratesfyi/simple_csv-0.0.10/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.