Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# error kind ExecutionFailed
# pre-build errors command failed: exit status: 101
# rustc version rustc 1.100.0-nightly (6bb1652a0 2026-09-22)
# docs.rs version docsrs 0.0.0 (9439cafc1e2ea4a64558a489c81351cd959d6077 2026-09-22 )
# build log [INFO] running `"docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "f49828c3ca8792033a71c1f1095bc38d7489e00eb204074bb738b593a3963d4b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260922-1.100.0-nightly-6bb1652a0\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples"` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting simkey v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: cannot find `shared` in `winapi` [INFO] [stderr] --> src/windows/common.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::shared::minwindef::{DWORD, LPARAM, LRESULT, WPARAM}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `um` in `winapi` [INFO] [stderr] --> src/windows/common.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::um::errhandlingapi::GetLastError; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `um` in `winapi` [INFO] [stderr] --> src/windows/common.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use winapi::um::winuser::{ [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `shared` in `winapi` [INFO] [stderr] --> src/windows/keycodes.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | use winapi::shared::minwindef::WORD; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `shared` in `winapi` [INFO] [stderr] --> src/windows/listen.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::shared::minwindef::{LPARAM, LRESULT, WPARAM}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find `um` in `winapi` [INFO] [stderr] --> src/windows/listen.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::um::winuser::{CallNextHookEx, GetMessageA, HC_ACTION}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not document `simkey` [INFO] running `"docker" "inspect" "f49828c3ca8792033a71c1f1095bc38d7489e00eb204074bb738b593a3963d4b"`