structured-zstd 0.0.53

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

Build #4469347 2026-09-15 17:51:10

# rustc version rustc 1.100.0-nightly (574ff7d98 2026-09-14)

# docs.rs version docsrs 0.0.0 (5779ee8ca2c69daa652b2060f9f7b942ad62a4f0 2026-09-15 )

# 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" "d0460676fc48920e20acba8ef039a2f171488a6567751e659c7e5da46a67e5ce" "/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\", \"-20260914-1.100.0-nightly-574ff7d98\", \"--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.53 (/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:1868:11 [INFO] [stderr] | [INFO] [stderr] 1868 | /// [`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:2343:46 [INFO] [stderr] | [INFO] [stderr] 2343 | /// 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:2344:40 [INFO] [stderr] | [INFO] [stderr] 2344 | /// 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: public documentation for `block_samples_match_dict` links to private item `FastKernelMatcher::block_samples_match_dict` [INFO] [stderr] --> src/encoding/match_generator/mod.rs:1016:12 [INFO] [stderr] | [INFO] [stderr] 1016 | /// ([`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 8 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/structured_zstd/index.html [INFO] running `Command { std: "docker" "inspect" "d0460676fc48920e20acba8ef039a2f171488a6567751e659c7e5da46a67e5ce", kill_on_drop: false }`