spell-framework 1.0.2

Make desktop widgets by the Mystic Arts of Spell
Documentation
Build #2867824 2026-02-02 11:52:51
# rustc version
rustc 1.95.0-nightly (57d2fb136 2026-02-01)# docs.rs version
docsrs 0.1.0 (db72ef84 2026-01-29 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/spell-framework-1.0.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/spell-framework-1.0.2/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "docs-only" "--no-default-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260201-1.95.0-nightly-57d2fb136\", \"--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] ef0b0f8815d1a04ccdaf55ad7d882c5dd8124c5fbae93676d9e0c0fef53c4a04
[INFO] running `Command { std: "docker" "start" "-a" "ef0b0f8815d1a04ccdaf55ad7d882c5dd8124c5fbae93676d9e0c0fef53c4a04", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting spell-framework v1.0.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: `cast_spell` is both a function and a macro
[INFO] [stderr]    --> src/../docs/entry.md:122:191
[INFO] [stderr]     |
[INFO] [stderr] 122 | ... and use of [`layer_properties::WindowConf`] and [`cast_spell`], head to their respective attached docs.
[INFO] [stderr]     |                                                       ^^^^^^^^^^ ambiguous link
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr]     |
[INFO] [stderr] 122 | code,then the renderer will manage the more or less dimensions accordingly, which may lead to undefined behaviour. For details of arguments and use of [`layer_properties::WindowConf`] and [`cast_spell()`], head to their respective attached docs.
[INFO] [stderr]     |                                                                                                                                                                                                         ++
[INFO] [stderr] help: to link to the macro, add an exclamation mark
[INFO] [stderr]     |
[INFO] [stderr] 122 | code,then the renderer will manage the more or less dimensions accordingly, which may lead to undefined behaviour. For details of arguments and use of [`layer_properties::WindowConf`] and [`cast_spell!`], head to their respective attached docs.
[INFO] [stderr]     |                                                                                                                                                                                                         +
[INFO] [stderr] 
[INFO] [stderr] warning: `crate::cast_spell` is both a function and a macro
[INFO] [stderr]   --> src/configure.rs:69:35
[INFO] [stderr]    |
[INFO] [stderr] 69 | /// event loops like [cast_spell](crate::cast_spell) and [encahnt_spells](crate::enchant_spells) will panic if 0 is provided as widt...
[INFO] [stderr]    |                                   ^^^^^^^^^^^^^^^^^ ambiguous link
[INFO] [stderr]    |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr]    |
[INFO] [stderr] 69 | /// event loops like [cast_spell](crate::cast_spell()) and [encahnt_spells](crate::enchant_spells) will panic if 0 is provided as width or height.
[INFO] [stderr]    |                                                    ++
[INFO] [stderr] help: to link to the macro, add an exclamation mark
[INFO] [stderr]    |
[INFO] [stderr] 69 | /// event loops like [cast_spell](crate::cast_spell!) and [encahnt_spells](crate::enchant_spells) will panic if 0 is provided as width or height.
[INFO] [stderr]    |                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: `crate::cast_spell` is both a function and a macro
[INFO] [stderr]    --> src/wayland_adapter.rs:328:42
[INFO] [stderr]     |
[INFO] [stderr] 328 |     /// finally called by [`cast_spell`](crate::cast_spell) event loop.
[INFO] [stderr]     |                                          ^^^^^^^^^^^^^^^^^ ambiguous link
[INFO] [stderr]     |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr]     |
[INFO] [stderr] 328 |     /// finally called by [`cast_spell`](crate::cast_spell()) event loop.
[INFO] [stderr]     |                                                           ++
[INFO] [stderr] help: to link to the macro, add an exclamation mark
[INFO] [stderr]     |
[INFO] [stderr] 328 |     /// finally called by [`cast_spell`](crate::cast_spell!) event loop.
[INFO] [stderr]     |                                                           +
[INFO] [stderr] 
[INFO] [stderr] warning: `cast_spell` is both a function and a macro
[INFO] [stderr]    --> src/lib.rs:113:22
[INFO] [stderr]     |
[INFO] [stderr] 113 | /// arguments, view [cast_spell].
[INFO] [stderr]     |                      ^^^^^^^^^^ ambiguous link
[INFO] [stderr]     |
[INFO] [stderr] help: to link to the function, add parentheses
[INFO] [stderr]     |
[INFO] [stderr] 113 | /// arguments, view [cast_spell()].
[INFO] [stderr]     |                                ++
[INFO] [stderr] help: to link to the macro, add an exclamation mark
[INFO] [stderr]     |
[INFO] [stderr] 113 | /// arguments, view [cast_spell!].
[INFO] [stderr]     |                                +
[INFO] [stderr] 
[INFO] [stderr] warning: `spell-framework` (lib doc) generated 4 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/spell_framework/index.html
[INFO] running `Command { std: "docker" "inspect" "ef0b0f8815d1a04ccdaf55ad7d882c5dd8124c5fbae93676d9e0c0fef53c4a04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef0b0f8815d1a04ccdaf55ad7d882c5dd8124c5fbae93676d9e0c0fef53c4a04", kill_on_drop: false }`
[INFO] [stdout] ef0b0f8815d1a04ccdaf55ad7d882c5dd8124c5fbae93676d9e0c0fef53c4a04