cppStream 0.1.1

a wrapper brings `<<` and `>>` operator to rust's writer/reader/stream like what C++ did
Build #17184 2016-08-12 19:22:33

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 cppStream v0.1.1
Documenting cppStream v0.1.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/lib.rs --crate-name cppStream -o /home/cratesfyi/cppStream-0.1.1/doc -L dependency=/home/cratesfyi/cppStream-0.1.1/debug -L dependency=/home/cratesfyi/cppStream-0.1.1/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:64:42: 64:43 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:64         *output = FromStr::from_str(&buf[]).unwrap_or_default();
^
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:64:42: 64:43 error: expected one of `.`, `;`, `<`, `?`, `break`, `continue`, `false`, `for`, `if`, `loop`, `match`, `move`, `return`, `true`, `unsafe`, `while`, `}`, or an operator, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:64         *output = FromStr::from_str(&buf[]).unwrap_or_default();
^
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:88:20: 88:23 error: invalid suffix `is` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:88     for _ in range(0is,5) {
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:88:20: 88:23 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:89:21: 89:24 error: invalid suffix `is` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:89         let mut d = 0is;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:89:21: 89:24 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:74:19: 74:22 error: invalid suffix `is` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:74         vecout << 1is << 2us << 3f64 << "good C++" << endl;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:74:19: 74:22 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:74:26: 74:29 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:74         vecout << 1is << 2us << 3f64 << "good C++" << endl;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:74:26: 74:29 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:84:13: 84:16 error: invalid suffix `is` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:84     cout << 1is << 2us << 3f64 << endl;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:84:13: 84:16 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:84:20: 84:23 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:84     cout << 1is << 2us << 3f64 << endl;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:84:20: 84:23 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:105:42: 105:43 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:105         *output = FromStr::from_str(&buf[]).unwrap_or_default();
^
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:105:42: 105:43 error: expected one of `.`, `;`, `<`, `?`, `break`, `continue`, `false`, `for`, `if`, `loop`, `match`, `move`, `return`, `true`, `unsafe`, `while`, `}`, or an operator, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:105         *output = FromStr::from_str(&buf[]).unwrap_or_default();
^
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:129:17: 129:20 error: invalid suffix `is` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:129     let mut a = 0is;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:129:17: 129:20 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:6:15: 6:24 error: unresolved import `std::io::RefReader`. There is no `RefReader` in `std::io`. Did you mean to use `BufReader`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:6 use std::io::{RefReader,ByRefReader};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:6:25: 6:36 error: unresolved import `std::io::ByRefReader`. There is no `ByRefReader` in `std::io`. Did you mean to use `BufReader`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:6 use std::io::{RefReader,ByRefReader};
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:7:5: 7:32 error: unresolved import `std::io::stdio::StdinReader`. There is no `StdinReader` in `std::io::stdio` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:7 use std::io::stdio::StdinReader;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:6:15: 6:26 error: unresolved import `std::io::ByRefWriter`. There is no `ByRefWriter` in `std::io`. Did you mean to use `BufWriter`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:6 use std::io::{ByRefWriter,RefWriter};
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:6:27: 6:36 error: unresolved import `std::io::RefWriter`. There is no `RefWriter` in `std::io`. Did you mean to use `BufWriter`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:6 use std::io::{ByRefWriter,RefWriter};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:7:5: 7:32 error: unresolved import `std::io::LineBufferedWriter`. There is no `LineBufferedWriter` in `std::io` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:7 use std::io::LineBufferedWriter;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:8:5: 8:30 error: unresolved import `std::io::stdio::StdWriter`. There is no `StdWriter` in `std::io::stdio` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:8 use std::io::stdio::StdWriter;
^~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:6:5: 6:20 error: unresolved import `std::io::Stream`. There is no `Stream` in `std::io` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:6 use std::io::Stream;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:7:15: 7:21 error: unresolved import `std::io::Writer`. There is no `Writer` in `std::io`. Did you mean to use `Write`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:7 use std::io::{Writer,Reader};
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:7:22: 7:28 error: unresolved import `std::io::Reader`. There is no `Reader` in `std::io`. Did you mean to use `Read`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:7 use std::io::{Writer,Reader};
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:8:5: 8: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/cppStream-0.1.1/src/iostream.rs:8 use std::io::IoResult;
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:10:32: 10:38 error: trait `Reader` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:10 pub struct IStream<R> where R: Reader {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:10:32: 10:38 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/cppStream-0.1.1/src/istream.rs:14:29: 14:35 error: trait `Reader` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:14 impl<R> IStream<R> where R: Reader {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:14:29: 14:35 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/cppStream-0.1.1/src/istream.rs:22:37: 22:48 error: `ByRefReader` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:22 pub trait ToIStream<'a> where Self: ByRefReader + Reader + Sized {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:22:51: 22:57 error: trait `Reader` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:22 pub trait ToIStream<'a> where Self: ByRefReader + Reader + Sized {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:22:51: 22:57 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/cppStream-0.1.1/src/istream.rs:28:41: 28:52 error: `ByRefReader` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:28 impl<'a,B> ToIStream<'a> for B where B: ByRefReader + Reader + Sized {}
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:28:55: 28:61 error: trait `Reader` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:28 impl<'a,B> ToIStream<'a> for B where B: ByRefReader + Reader + Sized {}
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:28:55: 28:61 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/cppStream-0.1.1/src/istream.rs:30:33: 30:39 error: trait `Reader` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:30 pub trait AsIStream where Self: Reader + Sized {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:30:33: 30:39 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/cppStream-0.1.1/src/istream.rs:36:34: 36:40 error: trait `Reader` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:36 impl<R> AsIStream for R where R: Reader + Sized {}
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:36:34: 36:40 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/cppStream-0.1.1/src/istream.rs:38:39: 38:45 error: trait `Reader` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:38 impl<R> Clone for IStream<R> where R: Reader {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:38:39: 38:45 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/cppStream-0.1.1/src/istream.rs:46:53: 46:59 error: trait `Reader` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:46 impl<'b,F,R> Shr<&'b mut F> for IStream<R> where R: Reader, F: FromStr + Default {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:46:53: 46:59 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/cppStream-0.1.1/src/istream.rs:71:53: 71:59 error: trait `Reader` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:71 pub fn istream<R>(reader: R) -> IStream<R> where R: Reader {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:71:53: 71:59 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/cppStream-0.1.1/src/ostream.rs:11:32: 11:38 error: trait `Writer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:11 pub struct OStream<W> where W: Writer {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:11:32: 11:38 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/cppStream-0.1.1/src/ostream.rs:15:29: 15:35 error: trait `Writer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:15 impl<W> OStream<W> where W: Writer {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:15:29: 15:35 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/cppStream-0.1.1/src/ostream.rs:23:37: 23:48 error: `ByRefWriter` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:23 pub trait ToOStream<'a> where Self: ByRefWriter + Writer + Sized {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:23:51: 23:57 error: trait `Writer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:23 pub trait ToOStream<'a> where Self: ByRefWriter + Writer + Sized {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:23:51: 23:57 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/cppStream-0.1.1/src/ostream.rs:29:41: 29:52 error: `ByRefWriter` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:29 impl<'a,B> ToOStream<'a> for B where B: ByRefWriter + Writer {}
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:29:55: 29:61 error: trait `Writer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:29 impl<'a,B> ToOStream<'a> for B where B: ByRefWriter + Writer {}
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:29:55: 29:61 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/cppStream-0.1.1/src/ostream.rs:31:33: 31:39 error: trait `Writer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:31 pub trait AsOStream where Self: Writer + Sized {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:31:33: 31:39 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/cppStream-0.1.1/src/ostream.rs:37:34: 37:40 error: trait `Writer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:37 impl<W> AsOStream for W where W: Writer {}
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:37:34: 37:40 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/cppStream-0.1.1/src/ostream.rs:39:42: 39:48 error: trait `Writer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:39 impl<W,T> Shl<T> for OStream<W> where W: Writer, T: fmt::Show {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:39:42: 39:48 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/cppStream-0.1.1/src/ostream.rs:39:53: 39:62 error: trait `fmt::Show` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:39 impl<W,T> Shl<T> for OStream<W> where W: Writer, T: fmt::Show {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:39:53: 39:62 help: no candidates by the name of `Show` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:50:39: 50:45 error: trait `Writer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:50 impl<W> Clone for OStream<W> where W: Writer {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:50:39: 50:45 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/cppStream-0.1.1/src/ostream.rs:65:53: 65:59 error: trait `Writer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:65 pub fn ostream<R>(writer: R) -> OStream<R> where R: Writer {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:65:53: 65:59 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/cppStream-0.1.1/src/iostream.rs:12:40: 12:46 error: `Stream` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:12 pub struct RefStream<'a,S:'a> where S: Stream {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:16:13: 16:19 error: `Stream` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:16 impl<'a, S: Stream> Reader for RefStream<'a, S> {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:16:21: 16:27 error: `Reader` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:16 impl<'a, S: Stream> Reader for RefStream<'a, S> {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:21:13: 21:19 error: `Stream` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:21 impl<'a, S: Stream> Writer for RefStream<'a, S> {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:21:21: 21:27 error: `Writer` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:21 impl<'a, S: Stream> Writer for RefStream<'a, S> {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:29:35: 29:41 error: `Stream` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:29 pub trait ByRefStream where Self: Stream {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:34:36: 34:42 error: `Stream` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:34 impl<S> ByRefStream for S where S: Stream {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:43:33: 43:39 error: `Stream` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:43 pub struct IOStream<S> where S: Stream {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:47:30: 47:36 error: `Stream` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:47 impl<S> IOStream<S> where S: Stream {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:55:52: 55:58 error: `Stream` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:55 pub trait ToIOStream<'a> where Self: ByRefStream + Stream + Sized {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:59:56: 59:62 error: `Stream` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:59 impl<'a,B> ToIOStream<'a> for B where B: ByRefStream + Stream {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:66:34: 66:40 error: `Stream` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:66 pub trait AsIOStream where Self: Stream + Sized {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:73:35: 73:41 error: `Stream` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:73 impl<S> AsIOStream for S where S: Stream {}
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:75:43: 75:49 error: `Stream` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:75 impl<S,T> Shl<T> for IOStream<S> where S: Stream, T: fmt::Show {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:75:54: 75:63 error: trait `fmt::Show` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:75 impl<S,T> Shl<T> for IOStream<S> where S: Stream, T: fmt::Show {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:75:54: 75:63 help: no candidates by the name of `Show` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:87:54: 87:60 error: `Stream` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:87 impl<'b,F,S> Shr<&'b mut F> for IOStream<S> where S: Stream, F: FromStr + Default {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:110:40: 110:46 error: `Stream` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:110 impl<S> Clone for IOStream<S> where S: Stream {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:118:55: 118:61 error: `Stream` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/iostream.rs:118 pub fn iostream<S>(stream: S) -> IOStream<S> where S: Stream {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:7:5: 7:32 error: module `stdio` is private 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/istream.rs:7 use std::io::stdio::StdinReader;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:8:5: 8:30 error: module `stdio` is private 
.cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/ostream.rs:8 use std::io::stdio::StdWriter;
^~~~~~~~~~~~~~~~~~~~~~~~~
error: cannot continue compilation due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `cppStream v0.1.1`, intermediate artifacts can be found at `/home/cratesfyi/cppStream-0.1.1`,
cause: ChainedError {
error: Could not document `cppStream`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/cppStream-0.1.1/src/lib.rs --crate-name cppStream -o /home/cratesfyi/cppStream-0.1.1/doc -L dependency=/home/cratesfyi/cppStream-0.1.1/debug -L dependency=/home/cratesfyi/cppStream-0.1.1/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.