zstud-sys 0.1.3

A basic wrapper around zstd
Documentation
Build #839351 2023-06-16 16:22:53

# rustc version rustc 1.72.0-nightly (114fb86ca 2023-06-15)

# docs.rs version docsrs 0.6.0 (4b18bfe6 2023-06-02)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/zstud-sys-0.1.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/zstud-sys-0.1.3/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230615-1.72.0-nightly-114fb86ca\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 377d1c0fba4d00172591bc93b9337a7598965cc90d22c88c94afe996fcd01e4f [INFO] running `Command { std: "docker" "start" "-a" "377d1c0fba4d00172591bc93b9337a7598965cc90d22c88c94afe996fcd01e4f", kill_on_drop: false }` [INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op [INFO] [stderr] Documenting zstud-sys v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `0` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/zstud-sys-edbc1c0e07f6a9cd/out/bindings.rs:352:5 [INFO] [stderr] | [INFO] [stderr] 352 | #[doc = " FSE_readNCount():\nRead compactly saved 'normalizedCounter' from 'rBuffer'.\n@return : size read from 'rBuffer',\nor an errorCode, which can be tested using FSE_isError().\nmaxSymbolValuePtr[0] and tableLogPtr[0] will also be updated with their respective values"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] maxSymbolValuePtr[0] and tableLogPtr[0] will also be updated with their respective values [INFO] [stderr] ^ [INFO] [stderr] = note: no item named `0` in scope [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 `16` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/zstud-sys-edbc1c0e07f6a9cd/out/bindings.rs:3195:5 [INFO] [stderr] | [INFO] [stderr] 3195 | #[doc = "< Internal buffer for partial reads. Treated as unsigned char[16]."] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] < Internal buffer for partial reads. Treated as unsigned char[16]. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `16` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `32` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/zstud-sys-edbc1c0e07f6a9cd/out/bindings.rs:3285:5 [INFO] [stderr] | [INFO] [stderr] 3285 | #[doc = "< Internal buffer for partial reads. Treated as unsigned char[32]."] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] < Internal buffer for partial reads. Treated as unsigned char[32]. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `32` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/zstud-sys-edbc1c0e07f6a9cd/out/bindings.rs:6589:1 [INFO] [stderr] | [INFO] [stderr] 6589 | #[doc = " The input/output arguments to the Huffman fast decoding loop:\n\n ip [in/out] - The input pointers, must be updated to reflect what is consumed.\n op [in/out] - The output pointers, must be updated to reflect what is written.\n bits [in/out] - The bitstream containers, must be updated to reflect the current state.\n dt [in] - The decoding table.\n ilimit [in] - The input limit, stop when any input pointer is below ilimit.\n oend [in] - The end of the output stream. op[3] must not cross oend.\n iend [in] - The end of each input stream. ip[i] may cross iend[i],\n as long as it is above ilimit, but that indicates corruption."] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] dt [in] - The decoding table. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `3` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/zstud-sys-edbc1c0e07f6a9cd/out/bindings.rs:6589:1 [INFO] [stderr] | [INFO] [stderr] 6589 | #[doc = " The input/output arguments to the Huffman fast decoding loop:\n\n ip [in/out] - The input pointers, must be updated to reflect what is consumed.\n op [in/out] - The output pointers, must be updated to reflect what is written.\n bits [in/out] - The bitstream containers, must be updated to reflect the current state.\n dt [in] - The decoding table.\n ilimit [in] - The input limit, stop when any input pointer is below ilimit.\n oend [in] - The end of the output stream. op[3] must not cross oend.\n iend [in] - The end of each input stream. ip[i] may cross iend[i],\n as long as it is above ilimit, but that indicates corruption."] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] oend [in] - The end of the output stream. op[3] must not cross oend. [INFO] [stderr] ^ [INFO] [stderr] = note: no item named `3` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `i` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/zstud-sys-edbc1c0e07f6a9cd/out/bindings.rs:6589:1 [INFO] [stderr] | [INFO] [stderr] 6589 | #[doc = " The input/output arguments to the Huffman fast decoding loop:\n\n ip [in/out] - The input pointers, must be updated to reflect what is consumed.\n op [in/out] - The output pointers, must be updated to reflect what is written.\n bits [in/out] - The bitstream containers, must be updated to reflect the current state.\n dt [in] - The decoding table.\n ilimit [in] - The input limit, stop when any input pointer is below ilimit.\n oend [in] - The end of the output stream. op[3] must not cross oend.\n iend [in] - The end of each input stream. ip[i] may cross iend[i],\n as long as it is above ilimit, but that indicates corruption."] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] iend [in] - The end of each input stream. ip[i] may cross iend[i], [INFO] [stderr] ^ [INFO] [stderr] = note: no item named `i` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `zstud-sys` (lib doc) generated 6 warnings [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.91s [INFO] running `Command { std: "docker" "inspect" "377d1c0fba4d00172591bc93b9337a7598965cc90d22c88c94afe996fcd01e4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "377d1c0fba4d00172591bc93b9337a7598965cc90d22c88c94afe996fcd01e4f", kill_on_drop: false }` [INFO] [stdout] 377d1c0fba4d00172591bc93b9337a7598965cc90d22c88c94afe996fcd01e4f