byteorder 0.1.1

Library for reading/writing numbers in big-endian and little-endian.
Build #13127 2016-08-09T13:44:03.846433+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 byteorder v0.1.1
Documenting byteorder v0.1.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.1.1/src/lib.rs --crate-name byteorder -o /home/cratesfyi/byteorder-0.1.1/doc -L dependency=/home/cratesfyi/byteorder-0.1.1/debug -L dependency=/home/cratesfyi/byteorder-0.1.1/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.1.1/src/lib.rs:104:17: 104:20 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.1.1/src/lib.rs:104     let mut n = 0us;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.1.1/src/lib.rs:104:17: 104:20 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.1.1/src/lib.rs:7:5: 7:26 error: unresolved import `std::old_io::IoResult`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.1.1/src/lib.rs:7 use std::old_io::IoResult;
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.1.1/src/lib.rs:51:27: 51:33 error: trait `Reader` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.1.1/src/lib.rs:51 pub trait ReaderBytesExt: Reader + Sized {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.1.1/src/lib.rs:51:27: 51:33 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/byteorder-0.1.1/src/lib.rs:101:9: 101:15 error: trait `Reader` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.1.1/src/lib.rs:101 impl<R: Reader> ReaderBytesExt for R {}
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.1.1/src/lib.rs:101:9: 101:15 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/byteorder-0.1.1/src/lib.rs:103:17: 103:23 error: trait `Reader` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.1.1/src/lib.rs:103 fn read_full<R: Reader>(rdr: &mut R, buf: &mut [u8]) -> IoResult<()> {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.1.1/src/lib.rs:103:17: 103:23 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/byteorder-0.1.1/src/lib.rs:111:27: 111:33 error: trait `Writer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.1.1/src/lib.rs:111 pub trait WriterBytesExt: Writer + Sized {
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.1.1/src/lib.rs:111:27: 111:33 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/byteorder-0.1.1/src/lib.rs:157:9: 157:15 error: trait `Writer` is not in scope [E0405]
.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.1.1/src/lib.rs:157 impl<W: Writer> WriterBytesExt for W {}
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.1.1/src/lib.rs:157:9: 157: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 `byteorder v0.1.1`, intermediate artifacts can be found at `/home/cratesfyi/byteorder-0.1.1`,
cause: ChainedError {
error: Could not document `byteorder`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.1.1/src/lib.rs --crate-name byteorder -o /home/cratesfyi/byteorder-0.1.1/doc -L dependency=/home/cratesfyi/byteorder-0.1.1/debug -L dependency=/home/cratesfyi/byteorder-0.1.1/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.