seed 0.1.8

A Rust framework for creating web apps, using WebAssembly
Documentation
Build #678137 2022-11-19T20:19:57.197739+00:00
# rustc version
rustc 1.67.0-nightly (b833ad56f 2022-11-18)
# docs.rs version
docsrs 0.6.0 (33e304fa 2022-11-19)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/seed-0.1.8/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/seed-0.1.8/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221118-1.67.0-nightly-b833ad56f\", \"--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\"" "-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] ded906772f5e2cfc96ac2a4bc196599519a5dbb3af4d4ab61b73dd5294d8aa7a
[INFO] running `Command { std: "docker" "start" "-a" "ded906772f5e2cfc96ac2a4bc196599519a5dbb3af4d4ab61b73dd5294d8aa7a", kill_on_drop: false }`
[INFO] [stderr]  Documenting seed v0.1.8 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/dom_types.rs:399:13
[INFO] [stderr]     |
[INFO] [stderr] 399 |           /// https://developer.mozilla.org/en-US/docs/Web/Events
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://developer.mozilla.org/en-US/docs/Web/Events>`
[INFO] [stderr] ...
[INFO] [stderr] 435 | / make_events! {
[INFO] [stderr] 436 | |     Cached => "cached", Error => "error", Abort => "abort", Load => "load", BeforeUnload => "beforeunload",
[INFO] [stderr] 437 | |     Unload => "unload", Online => "online", Offline => "offline", Focus => "focus", Blur => "blur",
[INFO] [stderr] 438 | |     Open => "open", Message => "message", Close => "close", PageHide => "pagehide",
[INFO] [stderr] ...   |
[INFO] [stderr] 469 | |     Input => "input"
[INFO] [stderr] 470 | | }
[INFO] [stderr]     | |_- in this macro invocation
[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]     = note: this warning originates in the macro `make_events` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/dom_types.rs:481:13
[INFO] [stderr]     |
[INFO] [stderr] 481 |           /// https://developer.mozilla.org/en-US/docs/Web/HTML/Element
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://developer.mozilla.org/en-US/docs/Web/HTML/Element>`
[INFO] [stderr] ...
[INFO] [stderr] 505 | / make_tags! {
[INFO] [stderr] 506 | |     Address => "address", Article => "article", Aside => "aside", Footer => "footer",
[INFO] [stderr] 507 | |     Header => "header", H1 => "h1",
[INFO] [stderr] 508 | |     H2 => "h2", H3 => "h3", H4 => "h4", H5 => "h5", H6 => "h6",
[INFO] [stderr] ...   |
[INFO] [stderr] 616 | |     Style => "style", View => "view"
[INFO] [stderr] 617 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]     = note: this warning originates in the macro `make_tags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/fetch.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | //! https://rustwasm.github.io/wasm-bindgen/examples/fetch.html
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://rustwasm.github.io/wasm-bindgen/examples/fetch.html>`
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/fetch.rs:3:9
[INFO] [stderr]   |
[INFO] [stderr] 3 | //! See https://rustwasm.github.io/wasm-bindgen/reference/js-promises-and-rust-futures.html
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://rustwasm.github.io/wasm-bindgen/reference/js-promises-and-rust-futures.html>`
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/fetch.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | //! https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Request.html
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Request.html>`
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/fetch.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | //! https://rustwasm.github.io/wasm-bindgen/api/wasm_bindgen_futures/
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://rustwasm.github.io/wasm-bindgen/api/wasm_bindgen_futures/>`
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/fetch.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | //! https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Response.html
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Response.html>`
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/fetch.rs:31:5
[INFO] [stderr]    |
[INFO] [stderr] 31 | /// https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/fetch.rs:61:5
[INFO] [stderr]    |
[INFO] [stderr] 61 | /// https://rustwasm.github.io/wasm-bindgen/examples/fetch.html
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://rustwasm.github.io/wasm-bindgen/examples/fetch.html>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/storage.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | //! https://developer.mozilla.org/en-US/docs/Web/API/Storage
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://developer.mozilla.org/en-US/docs/Web/API/Storage>`
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/storage.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | //! https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Storage.html
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Storage.html>`
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/storage.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | //! https://github.com/rustwasm/wasm-bindgen/blob/master/examples/todomvc/src/store.rs
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/rustwasm/wasm-bindgen/blob/master/examples/todomvc/src/store.rs>`
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:157:5
[INFO] [stderr]     |
[INFO] [stderr] 157 | /// https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.History.html#method.push_state_with_url
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.History.html#method.push_state_with_url>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/lib.rs:158:5
[INFO] [stderr]     |
[INFO] [stderr] 158 | /// https://developer.mozilla.org/en-US/docs/Web/API/History_API
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://developer.mozilla.org/en-US/docs/Web/API/History_API>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `seed` (lib doc) generated 14 warnings (run `cargo fix --lib -p seed` to apply 14 suggestions)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.86s
[INFO] running `Command { std: "docker" "inspect" "ded906772f5e2cfc96ac2a4bc196599519a5dbb3af4d4ab61b73dd5294d8aa7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ded906772f5e2cfc96ac2a4bc196599519a5dbb3af4d4ab61b73dd5294d8aa7a", kill_on_drop: false }`
[INFO] [stdout] ded906772f5e2cfc96ac2a4bc196599519a5dbb3af4d4ab61b73dd5294d8aa7a