struct-compression-analyzer 0.1.0

Analyzes the bit distribution of packed structures.
Documentation

Build #1852274 2025-03-11 02:49:05

# rustc version rustc 1.87.0-nightly (9fb94b32d 2025-03-10)

# docs.rs version docsrs 0.6.0 (004a02c4 2025-03-05)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/struct-compression-analyzer-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/struct-compression-analyzer-0.1.0/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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250310-1.87.0-nightly-9fb94b32d\", \"--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] 5fff8f10b974bcec3520b3eec5f5e952cd9f70bf742f760b5117ba952fd2b3e2 [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" "5fff8f10b974bcec3520b3eec5f5e952cd9f70bf742f760b5117ba952fd2b3e2", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting struct-compression-analyzer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `test_helpers` [INFO] [stderr] --> src/comparison/compare_groups/mod.rs:54:9 [INFO] [stderr] | [INFO] [stderr] 54 | //! - [`test_helpers`]: Testing utilities (only in test builds) [INFO] [stderr] | ^^^^^^^^^^^^ no item named `test_helpers` 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: public documentation for `generate_bytes` links to private item `crate::comparison::compare_groups::generate_bytes::GenerateBytesResult` [INFO] [stderr] --> src/comparison/compare_groups/generate_bytes/mod.rs:45:30 [INFO] [stderr] | [INFO] [stderr] 45 | //! [`GenerateBytesResult`]: crate::comparison::compare_groups::generate_bytes::GenerateBytesResult [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: public documentation for `generate_bytes` links to private item `generate_group_bytes` [INFO] [stderr] --> src/comparison/compare_groups/generate_bytes/mod.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | //! - [`generate_group_bytes`]: Creates a [`Vec<u8>`] from group components [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `generate_bytes` links to private item `generate_output_for_compare_groups_entry` [INFO] [stderr] --> src/comparison/compare_groups/generate_bytes/mod.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | //! - [`generate_output_for_compare_groups_entry`]: Writes directly to a provided bitstream [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: all items matching `crate::comparison::compare_groups::generate_bytes::write_array` are private or doc(hidden) [INFO] [stderr] --> src/comparison/compare_groups/generate_bytes/mod.rs:46:22 [INFO] [stderr] | [INFO] [stderr] 46 | //! [`write_array`]: crate::comparison::compare_groups::generate_bytes::write_array [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link [INFO] [stderr] [INFO] [stderr] warning: all items matching `crate::comparison::compare_groups::generate_bytes::write_struct` are private or doc(hidden) [INFO] [stderr] --> src/comparison/compare_groups/generate_bytes/mod.rs:47:23 [INFO] [stderr] | [INFO] [stderr] 47 | //! [`write_struct`]: crate::comparison::compare_groups::generate_bytes::write_struct [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link [INFO] [stderr] [INFO] [stderr] warning: `struct-compression-analyzer` (lib doc) generated 6 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/struct_compression_analyzer/index.html [INFO] running `Command { std: "docker" "inspect" "5fff8f10b974bcec3520b3eec5f5e952cd9f70bf742f760b5117ba952fd2b3e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5fff8f10b974bcec3520b3eec5f5e952cd9f70bf742f760b5117ba952fd2b3e2", kill_on_drop: false }` [INFO] [stdout] 5fff8f10b974bcec3520b3eec5f5e952cd9f70bf742f760b5117ba952fd2b3e2