named_pipe 0.4.1

Wrapper for overlapped (asyncronous) IO of Windows's named pipes
Build #152902 2019-04-06T14:11:11.204342+00:00
# rustc version
rustc 1.35.0-nightly (428943cc2 2019-04-02)# docs.rs version
cratesfyi 0.6.0 (b564d72 2019-03-28)# build log
Updating crates.io index
Downloading crates ...
Downloaded named_pipe v0.4.1
Compiling winapi v0.3.7
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.7/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="errhandlingapi"' --cfg 'feature="handleapi"' --cfg 'feature="ioapiset"' --cfg 'feature="minwindef"' --cfg 'feature="namedpipeapi"' --cfg 'feature="synchapi"' --cfg 'feature="winbase"' --cfg 'feature="winerror"' -C metadata=b011e69f39c3bd32 -C extra-filename=-b011e69f39c3bd32 --out-dir /home/cratesfyi/cratesfyi/debug/build/winapi-b011e69f39c3bd32 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/winapi-b011e69f39c3bd32/build-script-build`
Running `rustc --crate-name winapi /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.7/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="errhandlingapi"' --cfg 'feature="handleapi"' --cfg 'feature="ioapiset"' --cfg 'feature="minwindef"' --cfg 'feature="namedpipeapi"' --cfg 'feature="synchapi"' --cfg 'feature="winbase"' --cfg 'feature="winerror"' -C metadata=54291888a5b3d9a1 -C extra-filename=-54291888a5b3d9a1 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Documenting named_pipe v0.4.1
Running `rustdoc --edition=2018 --crate-name named_pipe /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/named_pipe-0.4.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190402-1.35.0-nightly-428943cc2 --static-root-path / --disable-per-crate-search --extern-html-root-url 'winapi=https://docs.rs/winapi/0.3.7' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern winapi=/home/cratesfyi/cratesfyi/debug/deps/libwinapi-54291888a5b3d9a1.rmeta`
error[E0433]: failed to resolve: could not find `shared` in `winapi`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/named_pipe-0.4.1/src/lib.rs:30:5
|
30 |     shared::{minwindef::*, ntdef::HANDLE, winerror::*},
|     ^^^^^^ could not find `shared` in `winapi`

error[E0433]: failed to resolve: could not find `um` in `winapi`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/named_pipe-0.4.1/src/lib.rs:31:5
|
31 |     um::{
|     ^^ could not find `um` in `winapi`

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

error[E0432]: unresolved import `winapi::ctypes`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/named_pipe-0.4.1/src/lib.rs:29:5
|
29 |     ctypes::*,
|     ^^^^^^ could not find `ctypes` in `winapi`

error[E0412]: cannot find type `HANDLE` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/named_pipe-0.4.1/src/lib.rs:49:12
|
49 |     value: HANDLE,
|            ^^^^^^ 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.4.1/src/lib.rs:98:14
|
98 |     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.4.1/src/lib.rs:132:35
|
132 |     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.4.1/src/lib.rs:502:43
|
502 |     fn create_file(name: &Vec<u16>, mode: DWORD) -> io::Result<Handle> {
|                                           ^^^^^ not found in this scope

error[E0412]: cannot find type `HANDLE` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/named_pipe-0.4.1/src/lib.rs:718:13
|
718 |     handle: HANDLE,
|             ^^^^^^ not found in this scope

error[E0412]: cannot find type `HANDLE` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/named_pipe-0.4.1/src/lib.rs:725:18
|
725 |     pipe_handle: HANDLE,
|                  ^^^^^^ not found in this scope

error[E0412]: cannot find type `HANDLE` in this scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/named_pipe-0.4.1/src/lib.rs:726:19
|
726 |     event_handle: HANDLE,
|                   ^^^^^^ not found in this scope

error: Compilation failed, aborting rustdoc

error: aborting due to 12 previous errors

Some errors occurred: E0412, E0432, E0433.
For more information about an error, try `rustc --explain E0412`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --edition=2018 --crate-name named_pipe /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/named_pipe-0.4.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190402-1.35.0-nightly-428943cc2 --static-root-path / --disable-per-crate-search --extern-html-root-url \'winapi=https://docs.rs/winapi/0.3.7\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern winapi=/home/cratesfyi/cratesfyi/debug/deps/libwinapi-54291888a5b3d9a1.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

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