named_pipe 0.3.0

Wrapper for overlapped (asyncronous) IO of Windows's named pipes
Build #122947 2018-10-23T11:07:18.359212+00:00
# rustc version
rustc 1.31.0-nightly (78ff609d7 2018-10-19)
# docs.rs version
cratesfyi 0.6.0 (401be1e 2018-10-20)

# build log
Updating crates.io index
Downloading crates ...
Downloaded named_pipe v0.3.0
Fresh winapi-build v0.1.1
Fresh winapi v0.2.8
Fresh kernel32-sys v0.2.2
Documenting named_pipe v0.3.0
Running `rustdoc --crate-name named_pipe /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/named_pipe-0.3.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20181019-1.31.0-nightly-78ff609d7 --extern-html-root-url 'winapi=https://docs.rs/winapi/0.2.8' --extern-html-root-url 'kernel32_sys=https://docs.rs/kernel32-sys/0.2.2' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern kernel32=/home/cratesfyi/cratesfyi/debug/deps/libkernel32-a7f39a8ecc432f07.rmeta --extern winapi=/home/cratesfyi/cratesfyi/debug/deps/libwinapi-53971ad3ca82caf6.rmeta`
error[E0433]: failed to resolve. Could not find `windows` in `os`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/named_pipe-0.3.0/src/lib.rs:38:14
|
38 | use std::os::windows::io::RawHandle;
|              ^^^^^^^ Could not find `windows` in `os`

error[E0433]: failed to resolve. Could not find `windows` in `os`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/named_pipe-0.3.0/src/lib.rs:39:14
|
39 | use std::os::windows::ffi::OsStrExt;
|              ^^^^^^^ Could not find `windows` in `os`

error[E0412]: cannot find type `RawHandle` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/named_pipe-0.3.0/src/lib.rs:47:12
|
47 |     value: RawHandle,
|            ^^^^^^^^^ did you mean `ReadHandle`?

error[E0412]: cannot find type `OVERLAPPED` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/named_pipe-0.3.0/src/lib.rs:100:14
|
100 |     ovl: Box<OVERLAPPED>,
|              ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `OVERLAPPED` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/named_pipe-0.3.0/src/lib.rs:125:35
|
125 |     fn get_mut(&mut self) -> &mut OVERLAPPED {
|                                   ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `DWORD` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/named_pipe-0.3.0/src/lib.rs:459:43
|
459 |     fn create_file(name: &Vec<u16>, mode: DWORD) -> io::Result<Handle> {
|                                           ^^^^^ not found in this scope

error[E0412]: cannot find type `RawHandle` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/named_pipe-0.3.0/src/lib.rs:647:13
|
647 |     handle: RawHandle,
|             ^^^^^^^^^ did you mean `ReadHandle`?

error[E0412]: cannot find type `RawHandle` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/named_pipe-0.3.0/src/lib.rs:654:18
|
654 |     pipe_handle: RawHandle,
|                  ^^^^^^^^^ did you mean `ReadHandle`?

error[E0412]: cannot find type `RawHandle` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/named_pipe-0.3.0/src/lib.rs:655:19
|
655 |     event_handle: RawHandle,
|                   ^^^^^^^^^ did you mean `ReadHandle`?

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name named_pipe /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/named_pipe-0.3.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20181019-1.31.0-nightly-78ff609d7 --extern-html-root-url \'winapi=https://docs.rs/winapi/0.2.8\' --extern-html-root-url \'kernel32_sys=https://docs.rs/kernel32-sys/0.2.2\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern kernel32=/home/cratesfyi/cratesfyi/debug/deps/libkernel32-a7f39a8ecc432f07.rmeta --extern winapi=/home/cratesfyi/cratesfyi/debug/deps/libwinapi-53971ad3ca82caf6.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not document `named_pipe`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.