wry 0.28.1

Cross-platform WebView rendering library
Documentation
Build #799066 2023-04-23T19:11:27.370004+00:00
# rustc version
rustc 1.71.0-nightly (b628260df 2023-04-22)# docs.rs version
docsrs 0.6.0 (77eaf077 2023-04-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/wry-0.28.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/wry-0.28.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:97d61d7686bf65f8ecb15491ab51835e82dc9176a96a831f143a431b191fc501" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "dox file-drop protocol tray" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230422-1.71.0-nightly-b628260df\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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\"" "-Zrustdoc-scrape-examples" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 0e1b8a1fc97e4a963498c78cdaa39780e0bb719f2b8b2edb0e26bdf6064f330b
[INFO] running `Command { std: "docker" "start" "-a" "0e1b8a1fc97e4a963498c78cdaa39780e0bb719f2b8b2edb0e26bdf6064f330b", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: custom_protocol, menu, multi_window, dragndrop, hello_world, stream_range, eval_js, form, download_event, detect_js_ecma, navigation_event, new_window_req_event, custom_titlebar, transparent, fullscreen, user_agent
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting wry v0.28.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `crate::webview::WebView::with_file_drop_handler`
[INFO] [stderr]   --> src/lib.rs:74:33
[INFO] [stderr]    |
[INFO] [stderr] 74 | //! [`with_file_drop_handler`]: crate::webview::WebView::with_file_drop_handler
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `WebView` has no field or associated item named `with_file_drop_handler`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `crate::webview::WebView::with_custom_protocol`
[INFO] [stderr]   --> src/lib.rs:75:31
[INFO] [stderr]    |
[INFO] [stderr] 75 | //! [`with_custom_protocol`]: crate::webview::WebView::with_custom_protocol
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `WebView` has no field or associated item named `with_custom_protocol`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `with_asset_loader`
[INFO] [stderr]    --> src/webview/mod.rs:430:26
[INFO] [stderr]     |
[INFO] [stderr] 430 |   /// use the function [`with_asset_loader`] from [`WebViewBuilderExtAndroid`] instead.
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^ no item named `with_asset_loader` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `WebViewBuilderExtAndroid`
[INFO] [stderr]    --> src/webview/mod.rs:430:53
[INFO] [stderr]     |
[INFO] [stderr] 430 |   /// use the function [`with_asset_loader`] from [`WebViewBuilderExtAndroid`] instead.
[INFO] [stderr]     |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `WebViewBuilderExtAndroid` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `FileDropHandler`
[INFO] [stderr]    --> src/webview/mod.rs:945:36
[INFO] [stderr]     |
[INFO] [stderr] 945 | /// An event enumeration sent to [`FileDropHandler`].
[INFO] [stderr]     |                                    ^^^^^^^^^^^^^^^ no item named `FileDropHandler` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: `wry` (lib doc) generated 5 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 3.82s
[INFO] running `Command { std: "docker" "inspect" "0e1b8a1fc97e4a963498c78cdaa39780e0bb719f2b8b2edb0e26bdf6064f330b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e1b8a1fc97e4a963498c78cdaa39780e0bb719f2b8b2edb0e26bdf6064f330b", kill_on_drop: false }`
[INFO] [stdout] 0e1b8a1fc97e4a963498c78cdaa39780e0bb719f2b8b2edb0e26bdf6064f330b