recode 0.4.1

Reusable encoding/decoding constructs for Rust
Documentation

Build #3444866 2026-05-31 21:24:23

# rustc version rustc 1.98.0-nightly (f8a08b688 2026-05-30)

# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )

# 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" "af48e20b21f00e61b77f56a5569387e0e5b9e57692a1ff73936ff118ae97d036" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260530-1.98.0-nightly-f8a08b688\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting recode v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `()` [INFO] [stderr] --> src/codec/buffer.rs:10:21 [INFO] [stderr] | [INFO] [stderr] 10 | /// - `L`: If not [`()`], it should be a numerical type that implements [INFO] [stderr] | ^^ no item named `()` 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: unresolved link to `Decoder<Output = L` [INFO] [stderr] --> src/codec/buffer.rs:11:7 [INFO] [stderr] | [INFO] [stderr] 11 | /// [`Decoder<Output = L`] and [`TryFrom<usize>`]` which represents the length [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ unbalanced angle brackets [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Decoder::Output` [INFO] [stderr] --> src/decode.rs:1:56 [INFO] [stderr] | [INFO] [stderr] 1 | /// A trait for types that can decode values of type [`Decoder::Output`] from [INFO] [stderr] | ^^^^^^^^^^^^^^^ the trait `Decoder` has no associated item named `Output` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `B` [INFO] [stderr] --> src/decode.rs:2:30 [INFO] [stderr] | [INFO] [stderr] 2 | /// a bytes buffer of type [`B`]. [INFO] [stderr] | ^ no item named `B` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Item` [INFO] [stderr] --> src/encode.rs:1:54 [INFO] [stderr] | [INFO] [stderr] 1 | /// A trait to be implemented by types that encode [`Item`] values into a [INFO] [stderr] | ^^^^ no item named `Item` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `B` [INFO] [stderr] --> src/encode.rs:2:22 [INFO] [stderr] | [INFO] [stderr] 2 | /// buffer of type [`B`]. [INFO] [stderr] | ^ no item named `B` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `recode` (lib doc) generated 6 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/recode/index.html [INFO] running `Command { std: "docker" "inspect" "af48e20b21f00e61b77f56a5569387e0e5b9e57692a1ff73936ff118ae97d036", kill_on_drop: false }`