webview2-sys 0.1.1

Low Level Bindings for WebView2 SDK
Documentation
Build #1985241 2025-04-12 01:39:15
# rustc version
rustc 1.88.0-nightly (d2b3dd7c1 2025-04-11)# docs.rs version
docsrs 0.6.0 (ee9a3fe6 2025-03-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/webview2-sys-0.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/webview2-sys-0.1.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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250411-1.88.0-nightly-d2b3dd7c1\", \"--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-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-pc-windows-msvc", kill_on_drop: false }`
[INFO] [stdout] d3735c291c749d6a982279924cf132c3836fbcde99d661c53e56d2f992dc9824
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "d3735c291c749d6a982279924cf132c3836fbcde99d661c53e56d2f992dc9824", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting webview2-sys v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `!NOTE`
[INFO] [stderr]    --> src/lib.rs:794:5
[INFO] [stderr]     |
[INFO] [stderr] 794 | /     /// Cause a navigation of the top-level document to run to the specified URI.
[INFO] [stderr] 795 | |     /// For more information, navigate to \[Navigation events\]\[MicrosoftEdgeWebview2ConceptsNavigationevents\].
[INFO] [stderr] 796 | |     ///
[INFO] [stderr] 797 | |     /// \[MicrosoftEdgeWebview2ConceptsNavigationevents\]: /microsoft-edge/webview2/concepts/navigation-events "Navigation events | Micro...
[INFO] [stderr] ...   |
[INFO] [stderr] 801 | |     ///
[INFO] [stderr] 802 | |     /// \snippet ControlComponent.cpp Navigate
[INFO] [stderr]     | |______________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]             \> [!NOTE]\n\> This operation starts a navigation and the corresponding
[INFO] [stderr]                 ^^^^^
[INFO] [stderr]     = note: no item named `!NOTE` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `!NOTE`
[INFO] [stderr]     --> src/lib.rs:999:5
[INFO] [stderr]      |
[INFO] [stderr] 999  | /     /// Add the provided JavaScript to a list of scripts that should be run after
[INFO] [stderr] 1000 | |     /// the global object has been created, but before the HTML document has
[INFO] [stderr] 1001 | |     /// been parsed and before any other script included by the HTML document is
[INFO] [stderr] 1002 | |     /// run.  This method injects a script that runs on all top-level document
[INFO] [stderr] ...    |
[INFO] [stderr] 1024 | |     ///
[INFO] [stderr] 1025 | |     /// \[MdnDocsWebHttpHeadersContentSecurityPolicy\]: https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy "Content-Security-Policy | MDN"
[INFO] [stderr]      | |___________________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              \> [!NOTE]\n\> If an HTML document is running in a sandbox of some kind using
[INFO] [stderr]                  ^^^^^
[INFO] [stderr]      = note: no item named `!NOTE` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `!NOTE`
[INFO] [stderr]     --> src/lib.rs:1040:5
[INFO] [stderr]      |
[INFO] [stderr] 1040 | /     /// Run JavaScript code from the javascript parameter in the current
[INFO] [stderr] 1041 | |     /// top-level document rendered in the WebView.  The result of evaluating
[INFO] [stderr] 1042 | |     /// the provided JavaScript is used in this parameter.  The result value is
[INFO] [stderr] 1043 | |     /// a JSON encoded string.  If the result is undefined, contains a reference
[INFO] [stderr] ...    |
[INFO] [stderr] 1054 | |     ///
[INFO] [stderr] 1055 | |     /// \snippet ScriptComponent.cpp ExecuteScript
[INFO] [stderr]      | |__________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              \> [!NOTE]\n\> A function that has no explicit return value returns undefined.  If the
[INFO] [stderr]                  ^^^^^
[INFO] [stderr]      = note: no item named `!NOTE` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `!NOTE`
[INFO] [stderr]     --> src/lib.rs:1266:5
[INFO] [stderr]      |
[INFO] [stderr] 1266 | /     /// Add the provided host object to script running in the WebView with the
[INFO] [stderr] 1267 | |     /// specified name.  Host objects are exposed as host object proxies using
[INFO] [stderr] 1268 | |     /// `window.chrome.webview.hostObjects.{name}`.  Host object proxies are
[INFO] [stderr] 1269 | |     /// promises and resolves to an object representing the host object.  The
[INFO] [stderr] ...    |
[INFO] [stderr] 1362 | |     ///
[INFO] [stderr] 1363 | |     /// \[MicrosoftEdgeWebview2ConceptsSecurity\]: /microsoft-edge/webview2/concepts/security "Best practices for developing secure WebView2 applications | Microsoft Docs"
[INFO] [stderr]      | |___________________________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               \> [!NOTE]\n\> While simple types, `IDispatch` and array are supported, generic
[INFO] [stderr]                   ^^^^^
[INFO] [stderr]      = note: no item named `!NOTE` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `COREWEBVIEW2_WEB_RESOURCE_CONTEXT`
[INFO] [stderr]     --> src/lib.rs:1442:5
[INFO] [stderr]      |
[INFO] [stderr] 1442 | /     /// Adds a URI and resource context filter for the `WebResourceRequested`
[INFO] [stderr] 1443 | |     /// event.  A web resource request with a resource context that matches this
[INFO] [stderr] 1444 | |     /// filter's resource context and a URI that matches this filter's URI
[INFO] [stderr] 1445 | |     /// wildcard string will be raised via the `WebResourceRequested` event.
[INFO] [stderr] ...    |
[INFO] [stderr] 1477 | |     /// | https://xn--qei.example/ | https://❤.example/ | Yes | Non-ASCII hostnames are normalized to punycode before wildcard comparison |
[INFO] [stderr] 1478 | |     /// | https://❤.example/ | https://xn--qei.example/ | No | Non-ASCII hostnames are normalized to punycode before wildcard comparison |
[INFO] [stderr]      | |_________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              [COREWEBVIEW2_WEB_RESOURCE_CONTEXT].
[INFO] [stderr]               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: no item named `COREWEBVIEW2_WEB_RESOURCE_CONTEXT` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `!NOTE`
[INFO] [stderr]     --> src/lib.rs:1873:5
[INFO] [stderr]      |
[INFO] [stderr] 1873 | /     /// The zoom factor for the WebView.
[INFO] [stderr] 1874 | |     ///
[INFO] [stderr] 1875 | |     /// \> [!NOTE]\n\> Changing zoom factor may cause `window.innerWidth`,
[INFO] [stderr] 1876 | |     /// `window.innerHeight`, both, and page layout to change.  A zoom factor
[INFO] [stderr] ...    |
[INFO] [stderr] 1890 | |     /// `ZoomFactorChanged` event is received after WebView applies the
[INFO] [stderr] 1891 | |     /// normalized zoom factor.
[INFO] [stderr]      | |_______________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              \> [!NOTE]\n\> Changing zoom factor may cause `window.innerWidth`,
[INFO] [stderr]                  ^^^^^
[INFO] [stderr]      = note: no item named `!NOTE` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `PostWebMessageAsJson`
[INFO] [stderr]     --> src/lib.rs:2377:5
[INFO] [stderr]      |
[INFO] [stderr] 2377 | /     /// The `IsWebMessageEnabled` property is used when loading a new HTML
[INFO] [stderr] 2378 | |     /// document.  If set to `TRUE`, communication from the host to the top-level
[INFO] [stderr] 2379 | |     ///  HTML document of the WebView is allowed using `PostWebMessageAsJson`,
[INFO] [stderr] 2380 | |     /// `PostWebMessageAsString`, and message event of `window.chrome.webview`.
[INFO] [stderr] ...    |
[INFO] [stderr] 2390 | |     ///
[INFO] [stderr] 2391 | |     /// \snippet ScenarioWebMessage.cpp IsWebMessageEnabled
[INFO] [stderr]      | |___________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              For more information, navigate to [PostWebMessageAsJson].  Communication
[INFO] [stderr]                                                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: no item named `PostWebMessageAsJson` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `add_WebMessageReceived`
[INFO] [stderr]     --> src/lib.rs:2377:5
[INFO] [stderr]      |
[INFO] [stderr] 2377 | /     /// The `IsWebMessageEnabled` property is used when loading a new HTML
[INFO] [stderr] 2378 | |     /// document.  If set to `TRUE`, communication from the host to the top-level
[INFO] [stderr] 2379 | |     ///  HTML document of the WebView is allowed using `PostWebMessageAsJson`,
[INFO] [stderr] 2380 | |     /// `PostWebMessageAsString`, and message event of `window.chrome.webview`.
[INFO] [stderr] ...    |
[INFO] [stderr] 2390 | |     ///
[INFO] [stderr] 2391 | |     /// \snippet ScenarioWebMessage.cpp IsWebMessageEnabled
[INFO] [stderr]      | |___________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              [add_WebMessageReceived].  If set to false, then communication is
[INFO] [stderr]               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = note: no item named `add_WebMessageReceived` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `!NOTE`
[INFO] [stderr]     --> src/lib.rs:2696:5
[INFO] [stderr]      |
[INFO] [stderr] 2696 | /     /// Move the iterator to the next HTTP header in the collection.
[INFO] [stderr] 2697 | |     ///
[INFO] [stderr] 2698 | |     /// \> [!NOTE]\n \> If no more HTTP headers exist, the `hasNext` parameter is set to
[INFO] [stderr] 2699 | |     /// `FALSE`.  After this occurs the `GetCurrentHeader` method fails.
[INFO] [stderr]      | |________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              \> [!NOTE]\n \> If no more HTTP headers exist, the `hasNext` parameter is set to
[INFO] [stderr]                  ^^^^^
[INFO] [stderr]      = note: no item named `!NOTE` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `!NOTE`
[INFO] [stderr]     --> src/lib.rs:2703:1
[INFO] [stderr]      |
[INFO] [stderr] 2703 | / /// HTTP request headers.  Used to inspect the HTTP request on
[INFO] [stderr] 2704 | | /// `WebResourceRequested` event and `NavigationStarting` event.
[INFO] [stderr] 2705 | | ///
[INFO] [stderr] 2706 | | /// \> [!NOTE]\n\> It is possible to modify the HTTP request from a `WebResourceRequested`
[INFO] [stderr] 2707 | | /// event, but not from a `NavigationStarting` event.
[INFO] [stderr]      | |_____________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              \> [!NOTE]\n\> It is possible to modify the HTTP request from a `WebResourceRequested`
[INFO] [stderr]                  ^^^^^
[INFO] [stderr]      = note: no item named `!NOTE` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `!NOTE`
[INFO] [stderr]     --> src/lib.rs:2884:5
[INFO] [stderr]      |
[INFO] [stderr] 2884 | /     /// The HTTP request headers for the navigation.
[INFO] [stderr] 2885 | |     ///
[INFO] [stderr] 2886 | |     /// \> [!NOTE]\n\> You are not able to modify the HTTP request headers in a
[INFO] [stderr] 2887 | |     /// `NavigationStarting` event.
[INFO] [stderr]      | |___________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              \> [!NOTE]\n\> You are not able to modify the HTTP request headers in a
[INFO] [stderr]                  ^^^^^
[INFO] [stderr]      = note: no item named `!NOTE` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `!NOTE`
[INFO] [stderr]     --> src/lib.rs:3072:5
[INFO] [stderr]      |
[INFO] [stderr] 3072 | /     /// `TRUE` when the permission request was initiated through a user gesture.
[INFO] [stderr] 3073 | |     ///
[INFO] [stderr] 3074 | |     /// \> [!NOTE]\n\> Being initiated through a user gesture does not mean that user intended
[INFO] [stderr] 3075 | |     /// to access the associated resource.
[INFO] [stderr]      | |__________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              \> [!NOTE]\n\> Being initiated through a user gesture does not mean that user intended
[INFO] [stderr]                  ^^^^^
[INFO] [stderr]      = note: no item named `!NOTE` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `!NOTE`
[INFO] [stderr]     --> src/lib.rs:4587:5
[INFO] [stderr]      |
[INFO] [stderr] 4587 | /     /// Changes the behavior of the WebView.  The arguments are passed to the
[INFO] [stderr] 4588 | |     /// browser process as part of the command.  For more information about
[INFO] [stderr] 4589 | |     /// using command-line switches with Chromium browser processes, navigate to
[INFO] [stderr] 4590 | |     /// \[Run Chromium with Flags\]\[ChromiumDevelopersHowTosRunWithFlags\].
[INFO] [stderr] ...    |
[INFO] [stderr] 4611 | |     /// <!--TODO: replace https://aka.ms/RunChromiumWithFlags link with go link in the following line and delete this line.  -->
[INFO] [stderr] 4612 | |     /// \[ChromiumDevelopersHowTosRunWithFlags\]: https://www.chromium.org/developers/how-tos/run-chromium-with-flags "Run Chromium with flags | The Chromium Projects"
[INFO] [stderr]      | |_______________________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]              \> [!NOTE]\n\> A merge of the different values of the same switch is not attempted,
[INFO] [stderr]                  ^^^^^
[INFO] [stderr]      = note: no item named `!NOTE` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:303:46
[INFO] [stderr]     |
[INFO] [stderr] 303 | /// These fields match those as specified in https://developer.mozilla.org/docs/Web/HTTP/Cookies#.
[INFO] [stderr]     |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]     = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 303 | /// These fields match those as specified in <https://developer.mozilla.org/docs/Web/HTTP/Cookies#.>
[INFO] [stderr]     |                                              +                                                     +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:304:45
[INFO] [stderr]     |
[INFO] [stderr] 304 | /// Learn more about SameSite cookies here: https://tools.ietf.org/html/draft-west-first-party-cookies-07
[INFO] [stderr]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 304 | /// Learn more about SameSite cookies here: <https://tools.ietf.org/html/draft-west-first-party-cookies-07>
[INFO] [stderr]     |                                             +                                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:476:71
[INFO] [stderr]     |
[INFO] [stderr] 476 | ...ymantecPkiImmediateHtml\]: https://security.googleblog.com/2018/03/distrust-of-symantec-pki-immediate.html "Distrust of the Symantec P...
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 476 |     /// \[GoogleblogSecurity201803DistrustSymantecPkiImmediateHtml\]: <https://security.googleblog.com/2018/03/distrust-of-symantec-pki-immediate.html> "Distrust of the Symantec PKI: Immediate action needed by site operators | Google Security Blog"
[INFO] [stderr]     |                                                                       +                                                                               +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/lib.rs:999:5
[INFO] [stderr]      |
[INFO] [stderr] 999  | /     /// Add the provided JavaScript to a list of scripts that should be run after
[INFO] [stderr] 1000 | |     /// the global object has been created, but before the HTML document has
[INFO] [stderr] 1001 | |     /// been parsed and before any other script included by the HTML document is
[INFO] [stderr] 1002 | |     /// run.  This method injects a script that runs on all top-level document
[INFO] [stderr] ...    |
[INFO] [stderr] 1024 | |     ///
[INFO] [stderr] 1025 | |     /// \[MdnDocsWebHttpHeadersContentSecurityPolicy\]: https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy "Content-Security-Policy | MDN"
[INFO] [stderr]      | |___________________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]      |
[INFO] [stderr] 999  ~     </// Add the provided JavaScript to a list of scripts that should be run after
[INFO] [stderr] 1000 |     /// the global object has been created, but before the HTML document has
[INFO] [stderr]  ...
[INFO] [stderr] 1024 |     ///
[INFO] [stderr] 1025 ~     /// \[MdnDocsWebHttpHeadersContentSecurityPolicy\]: https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy "Content-Security-Policy | MDN">
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/lib.rs:1154:5
[INFO] [stderr]      |
[INFO] [stderr] 1154 | /     /// Runs an asynchronous `DevToolsProtocol` method.  For more information
[INFO] [stderr] 1155 | |     /// about available methods, navigate to
[INFO] [stderr] 1156 | |     /// \[DevTools Protocol Viewer\]\[GithubChromedevtoolsDevtoolsProtocolTot\]
[INFO] [stderr] 1157 | |     /// .  The `methodName` parameter is the full name of the method in the
[INFO] [stderr] ...    |
[INFO] [stderr] 1165 | |     ///
[INFO] [stderr] 1166 | |     /// \[GithubChromedevtoolsDevtoolsProtocolTot\]: https://chromedevtools.github.io/devtools-protocol/tot "latest (tip-of-tree) protocol - Chrome DevTools Protocol | GitHub"
[INFO] [stderr]      | |_______________________________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]      |
[INFO] [stderr] 1154 ~     </// Runs an asynchronous `DevToolsProtocol` method.  For more information
[INFO] [stderr] 1155 |     /// about available methods, navigate to
[INFO] [stderr]  ...
[INFO] [stderr] 1165 |     ///
[INFO] [stderr] 1166 ~     /// \[GithubChromedevtoolsDevtoolsProtocolTot\]: https://chromedevtools.github.io/devtools-protocol/tot "latest (tip-of-tree) protocol - Chrome DevTools Protocol | GitHub">
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/lib.rs:1197:5
[INFO] [stderr]      |
[INFO] [stderr] 1197 | /     /// Get a DevTools Protocol event receiver that allows you to subscribe to a
[INFO] [stderr] 1198 | |     /// DevTools Protocol event.  The `eventName` parameter is the full name of
[INFO] [stderr] 1199 | |     /// the event in the format `{domain}.{event}`.  For more information about
[INFO] [stderr] 1200 | |     /// DevTools Protocol events description and event args, navigate to
[INFO] [stderr] ...    |
[INFO] [stderr] 1204 | |     ///
[INFO] [stderr] 1205 | |     /// \[GithubChromedevtoolsDevtoolsProtocolTot\]: https://chromedevtools.github.io/devtools-protocol/tot "latest (tip-of-tree) protocol - Chrome DevTools Protocol | GitHub"
[INFO] [stderr]      | |_______________________________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]      |
[INFO] [stderr] 1197 ~     </// Get a DevTools Protocol event receiver that allows you to subscribe to a
[INFO] [stderr] 1198 |     /// DevTools Protocol event.  The `eventName` parameter is the full name of
[INFO] [stderr]  ...
[INFO] [stderr] 1204 |     ///
[INFO] [stderr] 1205 ~     /// \[GithubChromedevtoolsDevtoolsProtocolTot\]: https://chromedevtools.github.io/devtools-protocol/tot "latest (tip-of-tree) protocol - Chrome DevTools Protocol | GitHub">
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/lib.rs:1442:5
[INFO] [stderr]      |
[INFO] [stderr] 1442 | /     /// Adds a URI and resource context filter for the `WebResourceRequested`
[INFO] [stderr] 1443 | |     /// event.  A web resource request with a resource context that matches this
[INFO] [stderr] 1444 | |     /// filter's resource context and a URI that matches this filter's URI
[INFO] [stderr] 1445 | |     /// wildcard string will be raised via the `WebResourceRequested` event.
[INFO] [stderr] ...    |
[INFO] [stderr] 1477 | |     /// | https://xn--qei.example/ | https://&#x2764;.example/ | Yes | Non-ASCII hostnames are normalized to punycode before wildcard comparison |
[INFO] [stderr] 1478 | |     /// | https://&#x2764;.example/ | https://xn--qei.example/ | No | Non-ASCII hostnames are normalized to punycode before wildcard comparison |
[INFO] [stderr]      | |_________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]      |
[INFO] [stderr] 1442 ~     </// Adds a URI and resource context filter for the `WebResourceRequested`
[INFO] [stderr] 1443 |     /// event.  A web resource request with a resource context that matches this
[INFO] [stderr]  ...
[INFO] [stderr] 1477 |     /// | https://xn--qei.example/ | https://&#x2764;.example/ | Yes | Non-ASCII hostnames are normalized to punycode before wildcard comparison |
[INFO] [stderr] 1478 ~     /// | https://&#x2764;.example/ | https://xn--qei.example/ | No | Non-ASCII hostnames are normalized to punycode before wildcard comparison |>
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/lib.rs:3425:1
[INFO] [stderr]      |
[INFO] [stderr] 3425 | / /// The window features for a WebView popup window.  The fields match the
[INFO] [stderr] 3426 | | /// `windowFeatures` passed to `window.open` as specified in
[INFO] [stderr] 3427 | | /// \[Window features\]\[MdnDocsWebApiWindowOpenWindowFeatures\]
[INFO] [stderr] 3428 | | /// on MDN.
[INFO] [stderr] ...    |
[INFO] [stderr] 3441 | | ///
[INFO] [stderr] 3442 | | /// \[MdnDocsWebApiWindowOpenWindowFeatures\]: https://developer.mozilla.org/docs/Web/API/Window/open#Window_features "Window features - Window.open() | MDN"
[INFO] [stderr]      | |_____________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]      |
[INFO] [stderr] 3425 ~ </// The window features for a WebView popup window.  The fields match the
[INFO] [stderr] 3426 | /// `windowFeatures` passed to `window.open` as specified in
[INFO] [stderr]  ...
[INFO] [stderr] 3441 | ///
[INFO] [stderr] 3442 ~ /// \[MdnDocsWebApiWindowOpenWindowFeatures\]: https://developer.mozilla.org/docs/Web/API/Window/open#Window_features "Window features - Window.open() | MDN">
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/lib.rs:3899:5
[INFO] [stderr]      |
[INFO] [stderr] 3899 | /     /// DER encoded serial number of the certificate.
[INFO] [stderr] 3900 | |     /// Read more about DER at [RFC 7468 DER]
[INFO] [stderr] 3901 | |     /// (https://tools.ietf.org/html/rfc7468#appendix-B).
[INFO] [stderr]      | |_________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]      |
[INFO] [stderr] 3899 ~     </// DER encoded serial number of the certificate.
[INFO] [stderr] 3900 |     /// Read more about DER at [RFC 7468 DER]
[INFO] [stderr] 3901 ~     /// (https://tools.ietf.org/html/rfc7468#appendix-B).>
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/lib.rs:3910:5
[INFO] [stderr]      |
[INFO] [stderr] 3910 | /     /// PEM encoded data for the certificate.
[INFO] [stderr] 3911 | |     /// Returns Base64 encoding of DER encoded certificate.
[INFO] [stderr] 3912 | |     /// Read more about PEM at [RFC 1421 Privacy Enhanced Mail]
[INFO] [stderr] 3913 | |     /// (https://tools.ietf.org/html/rfc1421).
[INFO] [stderr]      | |______________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]      |
[INFO] [stderr] 3910 ~     </// PEM encoded data for the certificate.
[INFO] [stderr] 3911 |     /// Returns Base64 encoding of DER encoded certificate.
[INFO] [stderr] 3912 |     /// Read more about PEM at [RFC 1421 Privacy Enhanced Mail]
[INFO] [stderr] 3913 ~     /// (https://tools.ietf.org/html/rfc1421).>
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/lib.rs:4587:5
[INFO] [stderr]      |
[INFO] [stderr] 4587 | /     /// Changes the behavior of the WebView.  The arguments are passed to the
[INFO] [stderr] 4588 | |     /// browser process as part of the command.  For more information about
[INFO] [stderr] 4589 | |     /// using command-line switches with Chromium browser processes, navigate to
[INFO] [stderr] 4590 | |     /// \[Run Chromium with Flags\]\[ChromiumDevelopersHowTosRunWithFlags\].
[INFO] [stderr] ...    |
[INFO] [stderr] 4611 | |     /// <!--TODO: replace https://aka.ms/RunChromiumWithFlags link with go link in the following line and delete this line.  -->
[INFO] [stderr] 4612 | |     /// \[ChromiumDevelopersHowTosRunWithFlags\]: https://www.chromium.org/developers/how-tos/run-chromium-with-flags "Run Chromium with flags | The Chromium Projects"
[INFO] [stderr]      | |_______________________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]      |
[INFO] [stderr] 4587 ~     </// Changes the behavior of the WebView.  The arguments are passed to the
[INFO] [stderr] 4588 |     /// browser process as part of the command.  For more information about
[INFO] [stderr]  ...
[INFO] [stderr] 4611 |     /// <!--TODO: replace https://aka.ms/RunChromiumWithFlags link with go link in the following line and delete this line.  -->
[INFO] [stderr] 4612 ~     /// \[ChromiumDevelopersHowTosRunWithFlags\]: https://www.chromium.org/developers/how-tos/run-chromium-with-flags "Run Chromium with flags | The Chromium Projects">
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/lib.rs:4621:5
[INFO] [stderr]      |
[INFO] [stderr] 4621 | /     /// The default display language for WebView.  It applies to browser UI such as
[INFO] [stderr] 4622 | |     /// context menu and dialogs.  It also applies to the `accept-languages` HTTP
[INFO] [stderr] 4623 | |     ///  header that WebView sends to websites.  It is in the format of
[INFO] [stderr] 4624 | |     /// `language[-country]` where `language` is the 2-letter code from
[INFO] [stderr] ...    |
[INFO] [stderr] 4632 | |     ///
[INFO] [stderr] 4633 | |     /// \[ISOStandard72482Html\]: https://www.iso.org/standard/72482.html "ISO 3166-1:2020 | ISO"
[INFO] [stderr]      | |_________________________________________________________________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]      |
[INFO] [stderr] 4621 ~     </// The default display language for WebView.  It applies to browser UI such as
[INFO] [stderr] 4622 |     /// context menu and dialogs.  It also applies to the `accept-languages` HTTP
[INFO] [stderr]  ...
[INFO] [stderr] 4632 |     ///
[INFO] [stderr] 4633 ~     /// \[ISOStandard72482Html\]: https://www.iso.org/standard/72482.html "ISO 3166-1:2020 | ISO">
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: `webview2-sys` (lib doc) generated 25 warnings (run `cargo fix --lib -p webview2-sys` to apply 12 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-pc-windows-msvc/doc/webview2_sys/index.html
[INFO] running `Command { std: "docker" "inspect" "d3735c291c749d6a982279924cf132c3836fbcde99d661c53e56d2f992dc9824", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d3735c291c749d6a982279924cf132c3836fbcde99d661c53e56d2f992dc9824", kill_on_drop: false }`
[INFO] [stdout] d3735c291c749d6a982279924cf132c3836fbcde99d661c53e56d2f992dc9824