byte-array-ops 0.4.0

A no_std-compatible library for security-by-default byte array operations. Includes automatic memory zeroization, constant-time utilities, multiple input formats (hex, binary, UTF-8), bitwise operations, and comprehensive type conversions with minimal dependencies.
Documentation

Build #3631313 2026-06-19 21:41:21

# rustc version rustc 1.98.0-nightly (bc2112ed5 2026-06-18)

# docs.rs version docsrs 0.0.0 (886bc7a22b1adc4b387ce1343447fe3af98d9ce5 2026-06-14 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "138bb44e35720a291fabd28fa8a8830f847afb0b249aac2b744b5e9149939b42" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260618-1.98.0-nightly-bc2112ed5\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting byte-array-ops v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `ByteArray::with_extend_preserve_cap` [INFO] [stderr] --> src/model.rs:289:111 [INFO] [stderr] | [INFO] [stderr] 289 | ...apacities of both arrays; then use [`ByteArray::with_extend_preserve_cap`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `ByteArray` has no field or associated item named `with_extend_preserve_cap` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ByteArray` [INFO] [stderr] --> src/macros.rs:91:25 [INFO] [stderr] | [INFO] [stderr] 91 | /// Macro to create a [`ByteArray`] with a value and a count similar to `vec![val; count]` [INFO] [stderr] | ^^^^^^^^^ no item named `ByteArray` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `byte-array-ops` (lib doc) generated 2 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/byte_array_ops/index.html [INFO] running `Command { std: "docker" "inspect" "138bb44e35720a291fabd28fa8a8830f847afb0b249aac2b744b5e9149939b42", kill_on_drop: false }`