rocksdb 0.0.5

A Rust wrapper for Facebook's RocksDB embeddable database.
Build #3260 2016-08-02T00:29:36.269381+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 rocksdb v0.0.5
Documenting rocksdb v0.0.5
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/rocksdb-0.0.5/src/lib.rs --crate-name rocksdb -o /home/cratesfyi/rocksdb-0.0.5/doc -L dependency=/home/cratesfyi/rocksdb-0.0.5/debug -L dependency=/home/cratesfyi/rocksdb-0.0.5/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/rocksdb-0.0.5/src/rocksdb.rs:20:21: 20:28 error: unresolved import `std::fs::PathExt`. There is no `PathExt` in `std::fs` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/rocksdb-0.0.5/src/rocksdb.rs:20 use std::fs::{self, PathExt};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rocksdb-0.0.5/src/merge_operator.rs:124:13: 124:28 error: unresolved import `std::raw::Slice`. There is no `Slice` in `std::raw` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/rocksdb-0.0.5/src/merge_operator.rs:124         use std::raw::Slice;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rocksdb-0.0.5/src/rocksdb_options.rs:92:37: 92:41 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/rocksdb-0.0.5/src/rocksdb_options.rs:92                 self.block_options, size);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rocksdb-0.0.5/src/rocksdb_options.rs:92:37: 92:41 note: expected type `usize` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rocksdb-0.0.5/src/rocksdb_options.rs:92:37: 92:41 note:    found type `u64` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rocksdb-0.0.5/src/rocksdb_options.rs:197:29: 197:33 error: mismatched types [E0308]
.cargo/registry/src/github.com-1ecc6299db9ec823/rocksdb-0.0.5/src/rocksdb_options.rs:197                 self.inner, size);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rocksdb-0.0.5/src/rocksdb_options.rs:197:29: 197:33 note: expected type `u64` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rocksdb-0.0.5/src/rocksdb_options.rs:197:29: 197:33 note:    found type `usize` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rocksdb-0.0.5/src/merge_operator.rs:156:27: 156:35 error: no method named `push_all` found for type `std::vec::Vec<u8>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/rocksdb-0.0.5/src/merge_operator.rs:156         Some(v) => result.push_all(v),
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rocksdb-0.0.5/src/merge_operator.rs:160:16: 160:24 error: no method named `push_all` found for type `std::vec::Vec<u8>` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/rocksdb-0.0.5/src/merge_operator.rs:160         result.push_all(op);
^~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `rocksdb v0.0.5`, intermediate artifacts can be found at `/home/cratesfyi/rocksdb-0.0.5`,
cause: ChainedError {
error: Could not document `rocksdb`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/rocksdb-0.0.5/src/lib.rs --crate-name rocksdb -o /home/cratesfyi/rocksdb-0.0.5/doc -L dependency=/home/cratesfyi/rocksdb-0.0.5/debug -L dependency=/home/cratesfyi/rocksdb-0.0.5/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.