inotify 0.1.10

Bindings and an idiomatic wrapper for inotify
Build #18814 2016-08-13T21:01:42.798393+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 inotify v0.1.10
Documenting inotify v0.1.10
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.10/src/lib.rs --crate-name inotify -o /home/cratesfyi/inotify-0.1.10/doc -L dependency=/home/cratesfyi/inotify-0.1.10/debug -L dependency=/home/cratesfyi/inotify-0.1.10/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.10/src/wrapper.rs:23:5: 23:22 error: unresolved import `std::ffi::AsOsStr`. There is no `AsOsStr` in `std::ffi`. Did you mean to use `OsStr`? [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.10/src/wrapper.rs:23 use std::ffi::AsOsStr;
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.10/src/wrapper.rs:59:48: 59:58 error: no method named `to_cstring` found for type `&std::ffi::OsStr` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.10/src/wrapper.rs:59             let c_str = match path.as_os_str().to_cstring() {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.10/src/wrapper.rs:166:42: 166:55 error: no method named `position_elem` found for type `&[u8]` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.10/src/wrapper.rs:166                     let pos = name_slice.position_elem(&0);
^~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `inotify v0.1.10`, intermediate artifacts can be found at `/home/cratesfyi/inotify-0.1.10`,
cause: ChainedError {
error: Could not document `inotify`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/inotify-0.1.10/src/lib.rs --crate-name inotify -o /home/cratesfyi/inotify-0.1.10/doc -L dependency=/home/cratesfyi/inotify-0.1.10/debug -L dependency=/home/cratesfyi/inotify-0.1.10/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.