libvctrl_core 0.2.1

Reference implementations of the libvctrl contracts (in-memory store, SHA-512 hasher, binary codec)
Documentation

Build #4074045 2026-08-08 14:11:21

# rustc version rustc 1.99.0-nightly (1a98b1e13 2026-08-07)

# docs.rs version docsrs 0.0.0 (c0e43eba3fa5e6341d933cf845300a19b1ac3e4e 2026-08-06 )

# 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" "b2d73b516949ee467652423691ef5428d2200746c7b1c207bd801711a29ad52b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260807-1.99.0-nightly-1a98b1e13\", \"--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 libvctrl_core v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `BinaryEncoder` [INFO] [stderr] --> src/codec/binary_decoder.rs:1:72 [INFO] [stderr] | [INFO] [stderr] 1 | //! Binary decoder – reconstructs objects from the format emitted by [`BinaryEncoder`]. [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `BinaryEncoder` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Sha512Hasher` [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] Currently provides only [`Sha512Hasher`]. [INFO] [stderr] ^^^^^^^^^^^^^^ [INFO] [stderr] = note: no item named `Sha512Hasher` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Hash::from_bytes` [INFO] [stderr] --> src/validate/hash.rs:7:28 [INFO] [stderr] | [INFO] [stderr] 7 | /// Most code should use [`Hash::from_bytes`] directly, but this function [INFO] [stderr] | ^^^^^^^^^^^^^^^^ `Hash` is a derive macro, not a module or type, and cannot have associated items [INFO] [stderr] [INFO] [stderr] warning: `Hash` is both a struct and a derive macro [INFO] [stderr] --> src/hash/sha512.rs:44:7 [INFO] [stderr] | [INFO] [stderr] 44 | //! [`Hash`] type from `libvctrl_handler` and the [`verify`](libvctrl_sha512::utils::verify) [INFO] [stderr] | ^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the struct, prefix with `struct@` [INFO] [stderr] | [INFO] [stderr] 44 | //! [`struct@Hash`] type from `libvctrl_handler` and the [`verify`](libvctrl_sha512::utils::verify) [INFO] [stderr] | +++++++ [INFO] [stderr] help: to link to the derive macro, prefix with `derive@` [INFO] [stderr] | [INFO] [stderr] 44 | //! [`derive@Hash`] type from `libvctrl_handler` and the [`verify`](libvctrl_sha512::utils::verify) [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `Hash` is both a struct and a derive macro [INFO] [stderr] --> src/hash/sha512.rs:72:24 [INFO] [stderr] | [INFO] [stderr] 72 | /// The returned [`Hash`] always has exactly 64 bytes. [INFO] [stderr] | ^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the struct, prefix with `struct@` [INFO] [stderr] | [INFO] [stderr] 72 | /// The returned [`struct@Hash`] always has exactly 64 bytes. [INFO] [stderr] | +++++++ [INFO] [stderr] help: to link to the derive macro, prefix with `derive@` [INFO] [stderr] | [INFO] [stderr] 72 | /// The returned [`derive@Hash`] always has exactly 64 bytes. [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `libvctrl_core` (lib doc) generated 5 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/libvctrl_core/index.html [INFO] running `Command { std: "docker" "inspect" "b2d73b516949ee467652423691ef5428d2200746c7b1c207bd801711a29ad52b", kill_on_drop: false }`