winreg 0.5.1

Rust bindings to MS Windows Registry API
Build #101898 2018-06-01T19:51:10.347875+00:00
# rustc version
rustc 1.26.0-dev (0eb87c9bf 2018-03-16)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading winreg v0.5.1
Compiling winapi v0.3.4
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.4/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="winreg"' --cfg 'feature="profileapi"' --cfg 'feature="winnt"' --cfg 'feature="ntsecapi"' --cfg 'feature="minwindef"' --cfg 'feature="winerror"' --cfg 'feature="handleapi"' -C metadata=20a9605dfc87ab6b -C extra-filename=-20a9605dfc87ab6b --out-dir /home/cratesfyi/cratesfyi/debug/build/winapi-20a9605dfc87ab6b -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/winapi-20a9605dfc87ab6b/build-script-build`
Running `rustc --crate-name winapi .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.3.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="winreg"' --cfg 'feature="profileapi"' --cfg 'feature="winnt"' --cfg 'feature="ntsecapi"' --cfg 'feature="minwindef"' --cfg 'feature="winerror"' --cfg 'feature="handleapi"' -C metadata=c0dfdac8a46c2d82 -C extra-filename=-c0dfdac8a46c2d82 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Documenting winreg v0.5.1
Running `rustdoc --crate-name winreg .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180316-1.26.0-dev-0eb87c9bf -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern winapi=/home/cratesfyi/cratesfyi/debug/deps/libwinapi-c0dfdac8a46c2d82.rlib --extern-version winapi=winapi,0.3.4`
error[E0433]: failed to resolve. Could not find `windows` in `os`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs:103:14
|
103 | use std::os::windows::ffi::OsStrExt;
|              ^^^^^^^ Could not find `windows` in `os`

error[E0432]: unresolved import `winapi::shared`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs:106:13
|
106 | use winapi::shared::winerror;
|             ^^^^^^ Could not find `shared` in `winapi`

error[E0433]: failed to resolve. Could not find `shared` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs:107:17
|
107 | pub use winapi::shared::minwindef::HKEY;
|                 ^^^^^^ Could not find `shared` in `winapi`

error[E0433]: failed to resolve. Could not find `shared` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs:108:13
|
108 | use winapi::shared::minwindef::{DWORD, BYTE, LPBYTE};
|             ^^^^^^ Could not find `shared` in `winapi`

error[E0432]: unresolved import `winapi::um`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs:109:13
|
109 | use winapi::um::winnt::{self, WCHAR};
|             ^^ Could not find `um` in `winapi`

error[E0433]: failed to resolve. Could not find `um` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs:109:13
|
109 | use winapi::um::winnt::{self, WCHAR};
|             ^^ Could not find `um` in `winapi`

error[E0432]: unresolved import `winapi::um`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs:110:13
|
110 | use winapi::um::winreg as winapi_reg;
|             ^^ Could not find `um` in `winapi`

error[E0433]: failed to resolve. Could not find `um` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/enums.rs:9:17
|
9 | pub use winapi::um::winreg::{HKEY_CLASSES_ROOT,
|                 ^^ Could not find `um` in `winapi`

error[E0433]: failed to resolve. Could not find `um` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/enums.rs:19:17
|
19 | pub use winapi::um::winnt::{KEY_QUERY_VALUE,
|                 ^^ Could not find `um` in `winapi`

error[E0433]: failed to resolve. Could not find `windows` in `os`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/types.rs:11:14
|
11 | use std::os::windows::ffi::{OsStrExt,OsStringExt};
|              ^^^^^^^ Could not find `windows` in `os`

error[E0432]: unresolved import `super::winapi::shared`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/types.rs:12:20
|
12 | use super::winapi::shared::winerror;
|                    ^^^^^^ Could not find `shared` in `winapi`

error[E0433]: failed to resolve. Could not find `um` in `winapi`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/enums.rs:39:29
|
39 |               $( $v = winapi::um::winnt::$v as isize ),*
|                               ^^ Could not find `um` in `winapi`
...
44 | / winapi_enum!(RegType, "Enumeration of possible registry value types" => [
45 | | REG_NONE,
46 | | REG_SZ,
47 | | REG_EXPAND_SZ,
...  |
56 | | REG_QWORD
57 | | ]);
| |___- in this macro invocation

error[E0412]: cannot find type `DWORD` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs:136:19
|
136 |     pub sub_keys: DWORD,
|                   ^^^^^ not found in this scope

error[E0412]: cannot find type `DWORD` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs:137:26
|
137 |     pub max_sub_key_len: DWORD,
|                          ^^^^^ not found in this scope

error[E0412]: cannot find type `DWORD` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs:138:24
|
138 |     pub max_class_len: DWORD,
|                        ^^^^^ not found in this scope

error[E0412]: cannot find type `DWORD` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs:139:17
|
139 |     pub values: DWORD,
|                 ^^^^^ not found in this scope

error[E0412]: cannot find type `DWORD` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs:140:29
|
140 |     pub max_value_name_len: DWORD,
|                             ^^^^^ not found in this scope

error[E0412]: cannot find type `DWORD` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs:141:24
|
141 |     pub max_value_len: DWORD,
|                        ^^^^^ not found in this scope

error[E0412]: cannot find type `HKEY` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs:183:11
|
183 |     hkey: HKEY,
|           ^^^^ not found in this scope

error[E0412]: cannot find type `HKEY` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs:209:25
|
209 |     pub fn predef(hkey: HKEY) -> RegKey {
|                         ^^^^ not found in this scope

error[E0412]: cannot find type `HKEY` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs:224:33
|
224 |     pub fn raw_handle(&self) -> HKEY {
|                                 ^^^^ not found in this scope

error[E0412]: cannot find type `DWORD` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs:784:31
|
784 |     fn enum_key(&self, index: DWORD) -> Option<io::Result<String>> {
|                               ^^^^^ not found in this scope

error[E0412]: cannot find type `DWORD` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs:812:33
|
812 |     fn enum_value(&self, index: DWORD) -> Option<io::Result<(String, RegValue)>> {
|                                 ^^^^^ not found in this scope

error[E0412]: cannot find type `DWORD` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs:866:12
|
866 |     index: DWORD,
|            ^^^^^ not found in this scope

error[E0412]: cannot find type `DWORD` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs:886:12
|
886 |     index: DWORD,
|            ^^^^^ not found in this scope

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `winreg`.,
cause: process didn't exit successfully: `rustdoc --crate-name winreg .cargo/registry/src/github.com-1ecc6299db9ec823/winreg-0.5.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180316-1.26.0-dev-0eb87c9bf -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern winapi=/home/cratesfyi/cratesfyi/debug/deps/libwinapi-c0dfdac8a46c2d82.rlib --extern-version winapi=winapi,0.3.4` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.