rumtk-web 0.4.21

Web framework part of the RUMTK framework that attempts to simplify and expedite dashboard development in Healthcare.
Documentation
Build #2849497 2026-01-25 18:38:30
# rustc version
rustc 1.95.0-nightly (f134bbc78 2026-01-24)# docs.rs version
docsrs 0.1.0 (f194f2b4 2026-01-25 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/rumtk-web-0.4.21/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/rumtk-web-0.4.21/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260124-1.95.0-nightly-f134bbc78\", \"--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", 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] 0e0be58ee4e8beefc663961653a1d559ebbd8dc4b3086cdfd9731f8022656ff1
[INFO] running `Command { std: "docker" "start" "-a" "0e0be58ee4e8beefc663961653a1d559ebbd8dc4b3086cdfd9731f8022656ff1", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting rumtk-web v0.4.21 (/opt/rustwide/workdir)
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/utils/conf.rs:129:82
[INFO] [stderr]     |
[INFO] [stderr] 129 | /// Main internal structure for holding the initial app configuration ([AppConf](crate::utils::AppConf)),
[INFO] [stderr]     |                                                                         -------  ^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                                                         |
[INFO] [stderr]     |                                                                         because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr]     = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 129 - /// Main internal structure for holding the initial app configuration ([AppConf](crate::utils::AppConf)),
[INFO] [stderr] 129 + /// Main internal structure for holding the initial app configuration ([AppConf]),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/utils/conf.rs:130:77
[INFO] [stderr]     |
[INFO] [stderr] 130 | /// the `clipboard` containing dynamically generated state ([NestedTextMap](crate::utils::NestedTextMap)),
[INFO] [stderr]     |                                                              -------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                                              |
[INFO] [stderr]     |                                                              because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 130 - /// the `clipboard` containing dynamically generated state ([NestedTextMap](crate::utils::NestedTextMap)),
[INFO] [stderr] 130 + /// the `clipboard` containing dynamically generated state ([NestedTextMap]),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `pre`
[INFO] [stderr]    --> src/utils/render.rs:123:108
[INFO] [stderr]     |
[INFO] [stderr] 123 | /// If using raw strings, do not leave an extra line. The first input must have characters or you will get <pre><code> blocks regar...
[INFO] [stderr]     |                                                                                                            ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `code`
[INFO] [stderr]    --> src/utils/render.rs:123:113
[INFO] [stderr]     |
[INFO] [stderr] 123 | /// If using raw strings, do not leave an extra line. The first input must have characters or you will get <pre><code> blocks regar...
[INFO] [stderr]     |                                                                                                                 ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `rumtk-web` (lib doc) generated 4 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/rumtk_web/index.html
[INFO] running `Command { std: "docker" "inspect" "0e0be58ee4e8beefc663961653a1d559ebbd8dc4b3086cdfd9731f8022656ff1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e0be58ee4e8beefc663961653a1d559ebbd8dc4b3086cdfd9731f8022656ff1", kill_on_drop: false }`
[INFO] [stdout] 0e0be58ee4e8beefc663961653a1d559ebbd8dc4b3086cdfd9731f8022656ff1