dioxus-html 0.6.3

HTML Element pack for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences
Documentation
Build #1720095 2025-02-08T00:50:27.101909+00:00
# rustc version
rustc 1.86.0-nightly (942db6782 2025-02-06)# docs.rs version
docsrs 0.6.0 (29a0e81b 2025-01-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/dioxus-html-0.6.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/dioxus-html-0.6.3/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250206-1.86.0-nightly-942db6782\", \"--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\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu" "-Zunstable-options" "-Zrustdoc-scrape-examples", 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] 6db3c8ec30a84655e2dccc375b55533f8e61ad8db65c47666cfa23b74d00419c
[INFO] running `Command { std: "docker" "start" "-a" "6db3c8ec30a84655e2dccc375b55533f8e61ad8db65c47666cfa23b74d00419c", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting dioxus-html v0.6.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `script`
[INFO] [stderr]     --> src/elements.rs:604:21
[INFO] [stderr]      |
[INFO] [stderr] 604  | /                      /// ```
[INFO] [stderr] 605  | |                      $name {}
[INFO] [stderr] 606  | |                  ),*
[INFO] [stderr] ...    |
[INFO] [stderr] 627  | |/ builder_constructors! {
[INFO] [stderr] 628  | ||     // Document metadata
[INFO] [stderr] 629  | ||
[INFO] [stderr] 630  | ||     /// Build a
[INFO] [stderr] ...    ||
[INFO] [stderr] 1232 | ||     /// Build a
[INFO] [stderr]      | ||_______________^
[INFO] [stderr] ...     |
[INFO] [stderr] 2160 |  |     };
[INFO] [stderr] 2161 |  | }
[INFO] [stderr]      |  |_- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               The [`script`] HTML element is used to embed executable code or data; this is typically used to embed or refer to
[INFO] [stderr]                    ^^^^^^^^
[INFO] [stderr]      = note: no item named `script` 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]      = note: this warning originates in the macro `builder_constructors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `script`
[INFO] [stderr]     --> src/elements.rs:604:21
[INFO] [stderr]      |
[INFO] [stderr] 604  | /                      /// ```
[INFO] [stderr] 605  | |                      $name {}
[INFO] [stderr] 606  | |                  ),*
[INFO] [stderr] ...    |
[INFO] [stderr] 627  | |/ builder_constructors! {
[INFO] [stderr] 628  | ||     // Document metadata
[INFO] [stderr] 629  | ||
[INFO] [stderr] 630  | ||     /// Build a
[INFO] [stderr] ...    ||
[INFO] [stderr] 1232 | ||     /// Build a
[INFO] [stderr]      | ||_______________^
[INFO] [stderr] ...     |
[INFO] [stderr] 2160 |  |     };
[INFO] [stderr] 2161 |  | }
[INFO] [stderr]      |  |_- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: the link appears in this line:
[INFO] [stderr]              
[INFO] [stderr]               JavaScript code. The [`script`] element can also be used with other languages, such as WebGL's GLSL shader
[INFO] [stderr]                                     ^^^^^^^^
[INFO] [stderr]      = note: no item named `script` in scope
[INFO] [stderr]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]      = note: this warning originates in the macro `builder_constructors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `use_signal`
[INFO] [stderr]    --> src/events/mounted.rs:148:5
[INFO] [stderr]     |
[INFO] [stderr] 148 | /     /// The onmounted event is fired when the element is first added to the DOM. This event gives you a [`MountedData`] object and lets y...
[INFO] [stderr] 149 | |     ///
[INFO] [stderr] 150 | |     /// This event is fired once per element. If you need to access the element multiple times, you can store the [`MountedData`] object ...
[INFO] [stderr] 151 | |     ///
[INFO] [stderr] ...   |
[INFO] [stderr] 201 | |     /// }
[INFO] [stderr] 202 | |     /// ```
[INFO] [stderr]     | |___________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]             This event is fired once per element. If you need to access the element multiple times, you can store the [`MountedData`] object in a [`use_signal`] hook and use it as needed.
[INFO] [stderr]                                                                                                                                                    ^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `use_signal` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `use_signal`
[INFO] [stderr]    --> src/events/mounted.rs:148:5
[INFO] [stderr]     |
[INFO] [stderr] 133 |  |     }
[INFO] [stderr]     |  |__________^
[INFO] [stderr] ...
[INFO] [stderr] 142 | /| impl_event! [
[INFO] [stderr] 143 | ||     MountedData;
[INFO] [stderr] 144 | ||
[INFO] [stderr] 145 | ||     #[doc(alias = "ref")]
[INFO] [stderr] ...   ||
[INFO] [stderr] 148 | |/     /// The onmounted event is fired when the element is first added to the DOM. This event gives you a [`MountedData`] object and lets y...
[INFO] [stderr] ...   ||
[INFO] [stderr] 203 | |      onmounted
[INFO] [stderr] 204 | |  ];
[INFO] [stderr]     | |__- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]              This event is fired once per element. If you need to access the element multiple times, you can store the [`MountedData`] object in a [`use_signal`] hook and use it as needed.
[INFO] [stderr]                                                                                                                                                     ^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `use_signal` in scope
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: this warning originates in the macro `impl_event` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `h1`
[INFO] [stderr]     --> src/elements.rs:250:9
[INFO] [stderr]      |
[INFO] [stderr] 250  | /          /// ```
[INFO] [stderr] 251  | |          pub mod $name {
[INFO] [stderr] 252  | |              #[allow(unused)]
[INFO] [stderr] 253  | |              use super::*;
[INFO] [stderr] ...    |
[INFO] [stderr] 627  | |/ builder_constructors! {
[INFO] [stderr] 628  | ||     // Document metadata
[INFO] [stderr] 629  | ||
[INFO] [stderr] 630  | ||     /// Build a
[INFO] [stderr] ...    ||
[INFO] [stderr] 756  | ||     /// Build a
[INFO] [stderr]      | ||_______________^
[INFO] [stderr] ...     |
[INFO] [stderr] 2160 |  |     };
[INFO] [stderr] 2161 |  | }
[INFO] [stderr]      |  |_- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr]      = note: this warning originates in the macro `impl_element` which comes from the expansion of the macro `builder_constructors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `body`
[INFO] [stderr]     --> src/elements.rs:250:9
[INFO] [stderr]      |
[INFO] [stderr] 250  | /          /// ```
[INFO] [stderr] 251  | |          pub mod $name {
[INFO] [stderr] 252  | |              #[allow(unused)]
[INFO] [stderr] 253  | |              use super::*;
[INFO] [stderr] ...    |
[INFO] [stderr] 627  | |/ builder_constructors! {
[INFO] [stderr] 628  | ||     // Document metadata
[INFO] [stderr] 629  | ||
[INFO] [stderr] 630  | ||     /// Build a
[INFO] [stderr] ...    ||
[INFO] [stderr] 756  | ||     /// Build a
[INFO] [stderr]      | ||_______________^
[INFO] [stderr] ...     |
[INFO] [stderr] 2160 |  |     };
[INFO] [stderr] 2161 |  | }
[INFO] [stderr]      |  |_- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in the macro `impl_element` which comes from the expansion of the macro `builder_constructors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `h6`
[INFO] [stderr]     --> src/elements.rs:250:9
[INFO] [stderr]      |
[INFO] [stderr] 250  | /          /// ```
[INFO] [stderr] 251  | |          pub mod $name {
[INFO] [stderr] 252  | |              #[allow(unused)]
[INFO] [stderr] 253  | |              use super::*;
[INFO] [stderr] ...    |
[INFO] [stderr] 627  | |/ builder_constructors! {
[INFO] [stderr] 628  | ||     // Document metadata
[INFO] [stderr] 629  | ||
[INFO] [stderr] 630  | ||     /// Build a
[INFO] [stderr] ...    ||
[INFO] [stderr] 756  | ||     /// Build a
[INFO] [stderr]      | ||_______________^
[INFO] [stderr] ...     |
[INFO] [stderr] 2160 |  |     };
[INFO] [stderr] 2161 |  | }
[INFO] [stderr]      |  |_- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in the macro `impl_element` which comes from the expansion of the macro `builder_constructors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `div`
[INFO] [stderr]     --> src/elements.rs:250:9
[INFO] [stderr]      |
[INFO] [stderr] 250  | /          /// ```
[INFO] [stderr] 251  | |          pub mod $name {
[INFO] [stderr] 252  | |              #[allow(unused)]
[INFO] [stderr] 253  | |              use super::*;
[INFO] [stderr] ...    |
[INFO] [stderr] 627  | |/ builder_constructors! {
[INFO] [stderr] 628  | ||     // Document metadata
[INFO] [stderr] 629  | ||
[INFO] [stderr] 630  | ||     /// Build a
[INFO] [stderr] ...    ||
[INFO] [stderr] 811  | ||     /// Build a
[INFO] [stderr]      | ||_______________^
[INFO] [stderr] ...     |
[INFO] [stderr] 2160 |  |     };
[INFO] [stderr] 2161 |  | }
[INFO] [stderr]      |  |_- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in the macro `impl_element` which comes from the expansion of the macro `builder_constructors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `h1`
[INFO] [stderr]     --> src/elements.rs:604:21
[INFO] [stderr]      |
[INFO] [stderr] 604  | /                      /// ```
[INFO] [stderr] 605  | |                      $name {}
[INFO] [stderr] 606  | |                  ),*
[INFO] [stderr] ...    |
[INFO] [stderr] 627  | |/ builder_constructors! {
[INFO] [stderr] 628  | ||     // Document metadata
[INFO] [stderr] 629  | ||
[INFO] [stderr] 630  | ||     /// Build a
[INFO] [stderr] ...    ||
[INFO] [stderr] 756  | ||     /// Build a
[INFO] [stderr]      | ||_______________^
[INFO] [stderr] ...     |
[INFO] [stderr] 2160 |  |     };
[INFO] [stderr] 2161 |  | }
[INFO] [stderr]      |  |_- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in the macro `builder_constructors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `body`
[INFO] [stderr]     --> src/elements.rs:604:21
[INFO] [stderr]      |
[INFO] [stderr] 604  | /                      /// ```
[INFO] [stderr] 605  | |                      $name {}
[INFO] [stderr] 606  | |                  ),*
[INFO] [stderr] ...    |
[INFO] [stderr] 627  | |/ builder_constructors! {
[INFO] [stderr] 628  | ||     // Document metadata
[INFO] [stderr] 629  | ||
[INFO] [stderr] 630  | ||     /// Build a
[INFO] [stderr] ...    ||
[INFO] [stderr] 756  | ||     /// Build a
[INFO] [stderr]      | ||_______________^
[INFO] [stderr] ...     |
[INFO] [stderr] 2160 |  |     };
[INFO] [stderr] 2161 |  | }
[INFO] [stderr]      |  |_- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in the macro `builder_constructors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `h6`
[INFO] [stderr]     --> src/elements.rs:604:21
[INFO] [stderr]      |
[INFO] [stderr] 604  | /                      /// ```
[INFO] [stderr] 605  | |                      $name {}
[INFO] [stderr] 606  | |                  ),*
[INFO] [stderr] ...    |
[INFO] [stderr] 627  | |/ builder_constructors! {
[INFO] [stderr] 628  | ||     // Document metadata
[INFO] [stderr] 629  | ||
[INFO] [stderr] 630  | ||     /// Build a
[INFO] [stderr] ...    ||
[INFO] [stderr] 756  | ||     /// Build a
[INFO] [stderr]      | ||_______________^
[INFO] [stderr] ...     |
[INFO] [stderr] 2160 |  |     };
[INFO] [stderr] 2161 |  | }
[INFO] [stderr]      |  |_- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in the macro `builder_constructors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `div`
[INFO] [stderr]     --> src/elements.rs:604:21
[INFO] [stderr]      |
[INFO] [stderr] 604  | /                      /// ```
[INFO] [stderr] 605  | |                      $name {}
[INFO] [stderr] 606  | |                  ),*
[INFO] [stderr] ...    |
[INFO] [stderr] 627  | |/ builder_constructors! {
[INFO] [stderr] 628  | ||     // Document metadata
[INFO] [stderr] 629  | ||
[INFO] [stderr] 630  | ||     /// Build a
[INFO] [stderr] ...    ||
[INFO] [stderr] 811  | ||     /// Build a
[INFO] [stderr]      | ||_______________^
[INFO] [stderr] ...     |
[INFO] [stderr] 2160 |  |     };
[INFO] [stderr] 2161 |  | }
[INFO] [stderr]      |  |_- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in the macro `builder_constructors` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `dioxus-html` (lib doc) generated 12 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/dioxus_html/index.html
[INFO] running `Command { std: "docker" "inspect" "6db3c8ec30a84655e2dccc375b55533f8e61ad8db65c47666cfa23b74d00419c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6db3c8ec30a84655e2dccc375b55533f8e61ad8db65c47666cfa23b74d00419c", kill_on_drop: false }`
[INFO] [stdout] 6db3c8ec30a84655e2dccc375b55533f8e61ad8db65c47666cfa23b74d00419c