par-array-init 0.0.5

Convenience functions for initializing arrays in parallel.
Documentation
Build #1946789 2025-04-03 08:15:12
# rustc version
rustc 1.88.0-nightly (d5b4c2e4f 2025-04-02)# docs.rs version
docsrs 0.6.0 (ee9a3fe6 2025-03-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/par-array-init-0.0.5/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/par-array-init-0.0.5/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\", \"-20250402-1.88.0-nightly-d5b4c2e4f\", \"--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] [stdout] e392372c7b7c8db52d490d3d6a6f2415ab3506d0dd6ce54492e0c8e036e7edd1
[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" "e392372c7b7c8db52d490d3d6a6f2415ab3506d0dd6ce54492e0c8e036e7edd1", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting par-array-init v0.0.5 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/lib.rs:14:54
[INFO] [stderr]    |
[INFO] [stderr] 14 | //! This crate mirrors the api of crate (array-init)[https://crates.io/crates/array-init] with the caveat that initialization is performe...
[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] 14 | //! This crate mirrors the api of crate (array-init)[<https://crates.io/crates/array-init>] with the caveat that initialization is performed in parallel.
[INFO] [stderr]    |                                                      +                                   +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/lib.rs:17:55
[INFO] [stderr]    |
[INFO] [stderr] 17 | //! Parallelization is achieved using (rayon)[https://https://crates.io/crates/rayon] and it's `ParallelIterator` api.
[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] 17 | //! Parallelization is achieved using (rayon)[https://<https://crates.io/crates/rayon>] and it's `ParallelIterator` api.
[INFO] [stderr]    |                                                       +                              +
[INFO] [stderr] 
[INFO] [stderr] warning: `par-array-init` (lib doc) generated 2 warnings (run `cargo fix --lib -p par-array-init` to apply 2 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/par_array_init/index.html
[INFO] running `Command { std: "docker" "inspect" "e392372c7b7c8db52d490d3d6a6f2415ab3506d0dd6ce54492e0c8e036e7edd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e392372c7b7c8db52d490d3d6a6f2415ab3506d0dd6ce54492e0c8e036e7edd1", kill_on_drop: false }`
[INFO] [stdout] e392372c7b7c8db52d490d3d6a6f2415ab3506d0dd6ce54492e0c8e036e7edd1