structured-zstd 0.0.39

Pure Rust zstd implementation — managed fork of ruzstd. Dictionary decompression, no FFI.
Documentation

Build #3582389 2026-06-15 00:41:08

# rustc version rustc 1.98.0-nightly (1f087276b 2026-06-13)

# 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" "eacd974e7e310953eac7d94d1ba82ce5b4f7a45ffca05f7626f8cbe7f3ead989" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "std hash dict_builder lsm" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260613-1.98.0-nightly-1f087276b\", \"--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: Rustdoc did not scrape the following examples because they require dev-dependencies: alloc_audit_decode, c_decode_loop_z000033, copy_shape, decode_loop_dict, decode_loop_z000033, donor_compress_z000033, donor_cparams_check, donor_cparams_range, encode_l4, encode_loop_dict, encode_loop_reuse_z000033, encode_loop_z000033, profile_decode, profile_decode_direct, section_split, trace_fast_kernel [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting structured-zstd v0.0.39 (/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:1100:11 [INFO] [stderr] | [INFO] [stderr] 1100 | /// [`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:1100:22 [INFO] [stderr] | [INFO] [stderr] 1100 | /// [`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:992:11 [INFO] [stderr] | [INFO] [stderr] 992 | /// [`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:1379:46 [INFO] [stderr] | [INFO] [stderr] 1379 | /// 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:1380:40 [INFO] [stderr] | [INFO] [stderr] 1380 | /// 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:95:31 [INFO] [stderr] | [INFO] [stderr] 95 | /// 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:296:19 [INFO] [stderr] | [INFO] [stderr] 296 | /// Mirrors [`FrameCompressor::set_dictionary_id_flag`]. Decoders can still [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `FrameCompressor` in scope [INFO] [stderr] [INFO] [stderr] warning: `structured-zstd` (lib doc) generated 9 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/structured_zstd/index.html [INFO] running `Command { std: "docker" "inspect" "eacd974e7e310953eac7d94d1ba82ce5b4f7a45ffca05f7626f8cbe7f3ead989", kill_on_drop: false }`