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 c_str v1.0.3
Documenting c_str v1.0.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs --crate-name c_str -o /home/cratesfyi/c_str-1.0.3/doc -L dependency=/home/cratesfyi/c_str-1.0.3/debug -L dependency=/home/cratesfyi/c_str-1.0.3/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:164:25: 164:28 error: invalid suffix `is` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:164 let mut count = 0is;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:164:25: 164:28 help: the suffix must be one of the integral types (`u32`, `isize`, etc)
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:192:25: 192:28 error: invalid suffix `is` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:192 let mut count = 0is;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:192:25: 192:28 help: the suffix must be one of the integral types (`u32`, `isize`, etc)
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:353:25: 353:28 error: invalid suffix `is` for numeric literal
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:353 let mut decal = 0is;
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:353:25: 353:28 help: the suffix must be one of the integral types (`u32`, `isize`, etc)
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:277:9: 277:34 error: failed to resolve. Could not find `bytes` in `std::slice` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:277 slice::bytes::copy_memory(&mut buf, v);
^~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:297:14: 297:19 error: unresolved name `range` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:297 for i in range(0, v.len()) {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:177:31: 177:48 error: no associated item named `from_raw_buf` found for type `std::vec::Vec<_>` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:177 let v : Vec<u8> = Vec::from_raw_buf(c_str as *const u8, count as usize);
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:177:31: 177:48 help: items from traits can only be used if the trait is implemented and in scope; the following trait defines an item `from_raw_buf`, perhaps you need to implement it:
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:177:31: 177:48 help: candidate #1: `FromCStr`
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:203:13: 203:32 error: no associated item named `from_slice` found for type `std::ffi::CString` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:203 CString::from_slice(&[0u8])
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:205:31: 205:48 error: no associated item named `from_raw_buf` found for type `std::vec::Vec<_>` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:205 let v : Vec<u8> = Vec::from_raw_buf(c_str as *const u8, count as usize);
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:205:31: 205:48 help: items from traits can only be used if the trait is implemented and in scope; the following trait defines an item `from_raw_buf`, perhaps you need to implement it:
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:205:31: 205:48 help: candidate #1: `FromCStr`
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:207:13: 207:32 error: no associated item named `from_slice` found for type `std::ffi::CString` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:207 CString::from_slice(v.as_slice())
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:229:9: 229:28 error: no associated item named `from_slice` found for type `std::ffi::CString` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:229 CString::from_slice(self)
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:363:20: 363:39 error: no associated item named `from_slice` found for type `std::ffi::CString` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:363 let cstr = CString::from_slice(v.as_slice());
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:365:26: 365:29 error: no method named `len` found for type `std::ffi::CString` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs:365 curr_ptr += cstr.len() + 1;
^~~
error: Compilation failed, aborting rustdoc
thread 'main' panicked at 'ChainedError {
error: failed to compile `c_str v1.0.3`, intermediate artifacts can be found at `/home/cratesfyi/c_str-1.0.3`,
cause: ChainedError {
error: Could not document `c_str`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/c_str-1.0.3/src/c_str.rs --crate-name c_str -o /home/cratesfyi/c_str-1.0.3/doc -L dependency=/home/cratesfyi/c_str-1.0.3/debug -L dependency=/home/cratesfyi/c_str-1.0.3/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.