kyotocabinet 0.0.6

Kyotocabinet binding
Build #59653 2017-06-06T07:57:42.061463+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading kyotocabinet v0.0.6
Fresh libc v0.2.23
Documenting kyotocabinet v0.0.6
Running `rustdoc --crate-name kyotocabinet .cargo/registry/src/github.com-1ecc6299db9ec823/kyotocabinet-0.0.6/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-496b028781a2b35b.rlib --extern-version libc=libc,0.2.23`
error: type `std::ptr::Unique<libc::c_void>` cannot be dereferenced
--> .cargo/registry/src/github.com-1ecc6299db9ec823/kyotocabinet-0.0.6/src/lib.rs:89:21
|
89 |             kcdbset(*self.kcdb,
|                     ^^^^^^^^^^

error: type `std::ptr::Unique<libc::c_void>` cannot be dereferenced
--> .cargo/registry/src/github.com-1ecc6299db9ec823/kyotocabinet-0.0.6/src/lib.rs:102:21
|
102 |             kcdbget(*self.kcdb,
|                     ^^^^^^^^^^

error: type `std::ptr::Unique<libc::c_void>` cannot be dereferenced
--> .cargo/registry/src/github.com-1ecc6299db9ec823/kyotocabinet-0.0.6/src/lib.rs:131:23
|
131 |             kcdbclose(*self.kcdb);
|                       ^^^^^^^^^^

error: type `std::ptr::Unique<libc::c_void>` cannot be dereferenced
--> .cargo/registry/src/github.com-1ecc6299db9ec823/kyotocabinet-0.0.6/src/lib.rs:132:21
|
132 |             kcdbdel(*self.kcdb);
|                     ^^^^^^^^^^

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ChainedError {
error: Could not document `kyotocabinet`.,
cause: process didn't exit successfully: `rustdoc --crate-name kyotocabinet .cargo/registry/src/github.com-1ecc6299db9ec823/kyotocabinet-0.0.6/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-496b028781a2b35b.rlib --extern-version libc=libc,0.2.23` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.