simple_csv 0.0.13

A simple CSV parsing implementation
Build #7068 2016-08-04T17:07:52.164494+00:00
# 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.13
Documenting simple_csv v0.0.13
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.13/src/lib.rs --crate-name simple_csv -o /home/cratesfyi/simple_csv-0.0.13/doc -L dependency=/home/cratesfyi/simple_csv-0.0.13/debug -L dependency=/home/cratesfyi/simple_csv-0.0.13/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.13/src/reader.rs:5:19: 5:27 error: unresolved import `std::old_io::IoResult`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.13/src/reader.rs:5 use std::old_io::{IoResult,IoErrorKind};
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.13/src/reader.rs:5:28: 5:39 error: unresolved import `std::old_io::IoErrorKind`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.13/src/reader.rs:5 use std::old_io::{IoResult,IoErrorKind};
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.13/src/writer.rs:4:5: 4:26 error: unresolved import `std::old_io::IoResult`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.13/src/writer.rs:4 use std::old_io::IoResult;
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.13/src/reader.rs:21:31: 21:37 error: trait `Buffer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.13/src/reader.rs:21 pub struct SimpleCsvReader<B: Buffer> {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.13/src/reader.rs:21:31: 21: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.13/src/reader.rs:45:9: 45:15 error: trait `Buffer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.13/src/reader.rs:45 impl<B: Buffer> SimpleCsvReader<B> {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.13/src/reader.rs:45:9: 45: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.13/src/reader.rs:200:9: 200:15 error: trait `Buffer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.13/src/reader.rs:200 impl<B: Buffer> Iterator for SimpleCsvReader<B> {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.13/src/reader.rs:200:9: 200: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.13/src/writer.rs:31:31: 31:37 error: trait `Writer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.13/src/writer.rs:31 pub struct SimpleCsvWriter<W: Writer> {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.13/src/writer.rs:31:31: 31: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.13/src/writer.rs:37:9: 37:15 error: trait `Writer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.13/src/writer.rs:37 impl<W: Writer> SimpleCsvWriter<W> {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.13/src/writer.rs:37:9: 37: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.13`, intermediate artifacts can be found at `/home/cratesfyi/simple_csv-0.0.13`,
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.13/src/lib.rs --crate-name simple_csv -o /home/cratesfyi/simple_csv-0.0.13/doc -L dependency=/home/cratesfyi/simple_csv-0.0.13/debug -L dependency=/home/cratesfyi/simple_csv-0.0.13/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.