simple_csv 0.0.1

A simple CSV parsing implementation
Build #7077 2016-08-04T17:08:38.416496+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.1
Documenting simple_csv v0.0.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs --crate-name simple_csv -o /home/cratesfyi/simple_csv-0.0.1/doc -L dependency=/home/cratesfyi/simple_csv-0.0.1/debug -L dependency=/home/cratesfyi/simple_csv-0.0.1/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:9:40: 9:43 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:9 static STRING_INITIAL_CAPACITY: uint = 50u;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:9:40: 9:43 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:136:24: 136:26 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:136 		let mut line_count = 0u;
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:136:24: 136:26 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:5:15: 5: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.1/src/lib.rs:5 use std::io::{IoResult,IoErrorKind};
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:5:24: 5: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.1/src/lib.rs:5 use std::io::{IoResult,IoErrorKind};
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:9:33: 9:37 error: type name `uint` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:9 static STRING_INITIAL_CAPACITY: uint = 50u;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:9:33: 9:37 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/simple_csv-0.0.1/src/lib.rs:23:25: 23:31 error: type name `Buffer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:23 	input_reader: &'a mut (Buffer + 'a),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:23:25: 23:31 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.1/src/lib.rs:30:26: 30:32 error: type name `Buffer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:30 	pub fn new(buffer: &mut Buffer) -> SimpleCsv {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:30:26: 30:32 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.1/src/lib.rs:34:37: 34:43 error: type name `Buffer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:34 	pub fn with_delimiter(buffer: &mut Buffer, delimiter: char)  -> SimpleCsv {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:34:37: 34:43 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.1/src/lib.rs:195:29: 195:33 error: type name `uint` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:195     fn size_hint(&self) -> (uint, Option<uint>) {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:195:29: 195:33 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/simple_csv-0.0.1/src/lib.rs:195:42: 195:46 error: type name `uint` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:195     fn size_hint(&self) -> (uint, Option<uint>) {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:195:42: 195:46 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/simple_csv-0.0.1/src/lib.rs:23:25: 23:31 error: expected a reference to a trait [E0172]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:23 	input_reader: &'a mut (Buffer + 'a),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:180:10: 180:31 error: wrong number of type arguments: expected 0, found 1 [E0244]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.1/src/lib.rs:180 impl<'a> Iterator<Vec<String>> for SimpleCsv<'a> {
^~~~~~~~~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `simple_csv v0.0.1`, intermediate artifacts can be found at `/home/cratesfyi/simple_csv-0.0.1`,
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.1/src/lib.rs --crate-name simple_csv -o /home/cratesfyi/simple_csv-0.0.1/doc -L dependency=/home/cratesfyi/simple_csv-0.0.1/debug -L dependency=/home/cratesfyi/simple_csv-0.0.1/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.