dbus-rs 0.0.5

DO NOT USE - renamed to dbus!
Build #53134 2017-06-03T05:18:42.652296+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 dbus-rs v0.0.5
Documenting dbus-rs v0.0.5
Running `rustdoc --crate-name dbus_rs .cargo/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.5/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0432]: unresolved import `std::ptr::PtrExt`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.5/src/lib.rs:17:22
|
17 | use std::ptr::{self, PtrExt};
|                      ^^^^^^ no `PtrExt` in `ptr`

error[E0432]: unresolved import `std::collections::DList`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.5/src/lib.rs:18:5
|
18 | use std::collections::DList;
|     ^^^^^^^^^^^^^^^^^^^^^^^ no `DList` in `collections`

error[E0432]: unresolved import `std::borrow::IntoCow`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.5/src/objpath.rs:5:5
|
5 | use std::borrow::IntoCow;
|     ^^^^^^^^^^^^^^^^^^^^ no `IntoCow` in `borrow`

error[E0432]: unresolved import `std::borrow::IntoCow`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.5/src/lib.rs:231:13
|
231 |         use std::borrow::IntoCow;
|             ^^^^^^^^^^^^^^^^^^^^ no `IntoCow` in `borrow`

error[E0412]: cannot find type `CowString` in module `std::string`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.5/src/lib.rs:21:37
|
21 | pub type TypeSig<'a> = std::string::CowString<'a>;
|                                     ^^^^^^^^^ did you mean `ToString`?

error[E0425]: cannot find function `c_str_to_bytes` in module `cstr`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.5/src/lib.rs:46:48
|
46 |     else { std::str::from_utf8( unsafe { cstr::c_str_to_bytes(c) }).ok() }
|                                                ^^^^^^^^^^^^^^ not found in `cstr`

error[E0405]: cannot find trait `Str` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.5/src/lib.rs:49:16
|
49 | fn to_c_str<S: Str>(n: S) -> CString { CString::from_slice(n.as_slice().as_bytes()) }
|                ^^^ not found in this scope

error: The attribute `unsafe_destructor` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/dbus-rs-0.0.5/src/objpath.rs:128:1
|
128 | #[unsafe_destructor]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error: aborting due to previous error(s)

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