simple_csv 0.0.2

A simple CSV parsing implementation
Build #7076 2016-08-04T17:08:33.176599+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.2
Documenting simple_csv v0.0.2
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs --crate-name simple_csv -o /home/cratesfyi/simple_csv-0.0.2/doc -L dependency=/home/cratesfyi/simple_csv-0.0.2/debug -L dependency=/home/cratesfyi/simple_csv-0.0.2/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:10:40: 10:43 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:10 static STRING_INITIAL_CAPACITY: uint = 50u;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:10:40: 10:43 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:137:24: 137:26 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:137 		let mut line_count = 0u;
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:137:24: 137:26 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:6:15: 6: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.2/src/lib.rs:6 use std::io::{IoResult,IoErrorKind};
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:6:24: 6: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.2/src/lib.rs:6 use std::io::{IoResult,IoErrorKind};
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:10:33: 10:37 error: type name `uint` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:10 static STRING_INITIAL_CAPACITY: uint = 50u;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:10:33: 10: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.2/src/lib.rs:24:25: 24:31 error: type name `Buffer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:24 	input_reader: &'a mut (Buffer + 'a),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:24:25: 24: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.2/src/lib.rs:31:26: 31:32 error: type name `Buffer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:31 	pub fn new(buffer: &mut Buffer) -> SimpleCsv {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:31:26: 31: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.2/src/lib.rs:35:37: 35:43 error: type name `Buffer` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:35 	pub fn with_delimiter(buffer: &mut Buffer, delimiter: char)  -> SimpleCsv {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:35:37: 35: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.2/src/lib.rs:198:29: 198:33 error: type name `uint` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:198     fn size_hint(&self) -> (uint, Option<uint>) {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:198:29: 198: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.2/src/lib.rs:198:42: 198:46 error: type name `uint` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:198     fn size_hint(&self) -> (uint, Option<uint>) {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:198:42: 198: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.2/src/lib.rs:24:25: 24:31 error: expected a reference to a trait [E0172]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:24 	input_reader: &'a mut (Buffer + 'a),
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:54:39: 54:59 error: wrong number of type arguments: expected 1, found 2 [E0244]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:54 	fn process_line<'b>(&mut self,line : Cow<'b, String, str>) {
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:183:10: 183:31 error: wrong number of type arguments: expected 0, found 1 [E0244]
.cargo/registry/src/github.com-1ecc6299db9ec823/simple_csv-0.0.2/src/lib.rs:183 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.2`, intermediate artifacts can be found at `/home/cratesfyi/simple_csv-0.0.2`,
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.2/src/lib.rs --crate-name simple_csv -o /home/cratesfyi/simple_csv-0.0.2/doc -L dependency=/home/cratesfyi/simple_csv-0.0.2/debug -L dependency=/home/cratesfyi/simple_csv-0.0.2/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.