structured-zstd 0.0.52

Pure-Rust Zstandard (zstd) compression and decompression: all levels, streaming, dictionaries, no_std and WebAssembly ready — no FFI, no cmake
Documentation

Build #4375789 2026-09-08 12:21:41

# rustc version rustc 1.100.0-nightly (cea272fa3 2026-09-07)

# docs.rs version docsrs 0.0.0 (bbe8284d494398efa390829fb7f0bf2364bcdf59 2026-09-08 )

# 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" "a502487a5d16d54db2b921d7157959bf604351c5a29b633d11fc8f155e831f8a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "std hash ldm dict-builder lsm" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260907-1.100.0-nightly-cea272fa3\", \"--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\"" "-j12" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: explicit `package.readme` can be inferred [INFO] [stderr] --> Cargo.toml:79:1 [INFO] [stderr] | [INFO] [stderr] 79 | readme = "README.md" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::manual_readme` is set to `warn` by default [INFO] [stderr] help: consider removing `package.readme` [INFO] [stderr] warning: `structured-zstd` (manifest) generated 1 warning [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting structured-zstd v0.0.52 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `LICENSE` [INFO] [stderr] --> src/../README.md:9:84 [INFO] [stderr] | [INFO] [stderr] 9 | [![License: Apache-2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE) [INFO] [stderr] | ^^^^^^^ no item named `LICENSE` 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 `OutputBufferOverflow` links to private item `super::decode_buffer::DecodeBuffer::repeat` [INFO] [stderr] --> src/decoding/errors.rs:440:11 [INFO] [stderr] | [INFO] [stderr] 440 | /// [`super::decode_buffer::DecodeBuffer::repeat`] / `_lookahead` [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: unresolved link to `init` [INFO] [stderr] --> src/decoding/frame_decoder.rs:1164:11 [INFO] [stderr] | [INFO] [stderr] 1164 | /// [`init`] / [`reset`] calls expect the frame header to begin [INFO] [stderr] | ^^^^ no item named `init` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `reset` [INFO] [stderr] --> src/decoding/frame_decoder.rs:1164:22 [INFO] [stderr] | [INFO] [stderr] 1164 | /// [`init`] / [`reset`] calls expect the frame header to begin [INFO] [stderr] | ^^^^^ no item named `reset` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `compress_independent_frame_into` links to private item `Self::prepare_frame` [INFO] [stderr] --> src/encoding/frame_compressor.rs:1620:11 [INFO] [stderr] | [INFO] [stderr] 1620 | /// [`Self::prepare_frame`]: only the allocations are kept, so the [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 `compress` links to private item `Self::prepare_frame` [INFO] [stderr] --> src/encoding/frame_compressor.rs:2107:46 [INFO] [stderr] | [INFO] [stderr] 2107 | /// Per-frame setup values resolved by [`Self::prepare_frame`] and [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 `compress` links to private item `Self::finish_frame` [INFO] [stderr] --> src/encoding/frame_compressor.rs:2108:40 [INFO] [stderr] | [INFO] [stderr] 2108 | /// consumed by the block loop + [`Self::finish_frame`]. Lets the [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: unresolved link to `FrameCompressor::set_parameters` [INFO] [stderr] --> src/encoding/streaming_encoder.rs:110:31 [INFO] [stderr] | [INFO] [stderr] 110 | /// next frame. Mirrors [`FrameCompressor::set_parameters`]. Must be called [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `FrameCompressor` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `FrameCompressor::set_dictionary_id_flag` [INFO] [stderr] --> src/encoding/streaming_encoder.rs:365:19 [INFO] [stderr] | [INFO] [stderr] 365 | /// Mirrors [`FrameCompressor::set_dictionary_id_flag`]. Decoders can still [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `FrameCompressor` in scope [INFO] [stderr] [INFO] [stderr] warning: public documentation for `block_samples_match_dict` links to private item `FastKernelMatcher::block_samples_match_dict` [INFO] [stderr] --> src/encoding/match_generator/mod.rs:989:12 [INFO] [stderr] | [INFO] [stderr] 989 | /// ([`FastKernelMatcher::block_samples_match_dict`]); the other backends [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: `structured-zstd` (lib doc) generated 10 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/structured_zstd/index.html [INFO] running `Command { std: "docker" "inspect" "a502487a5d16d54db2b921d7157959bf604351c5a29b633d11fc8f155e831f8a", kill_on_drop: false }`