encoding_rs 0.8.42

A Gecko-oriented implementation of the Encoding Standard
Documentation

Build #4581387 2026-09-24 14:49:50

# rustc version rustc 1.100.0-nightly (6eeff9a52 2026-09-23)

# docs.rs version docsrs 0.0.0 (9439cafc1e2ea4a64558a489c81351cd959d6077 2026-09-22 )

# build log [INFO] running `"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" "283c92fd1ad2ed960fdd75d2bdb59e5105df8d2fbd5f3f7ab8ea18438b6fb3ed" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260923-1.100.0-nightly-6eeff9a52\", \"--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"` [INFO] [stderr] warning: `package.homepage` is redundant with `package.documentation` [INFO] [stderr] --> Cargo.toml:71:12 [INFO] [stderr] | [INFO] [stderr] 69 | documentation = "https://docs.rs/encoding_rs/" [INFO] [stderr] | ------------------------------ [INFO] [stderr] 70 | edition = "2024" [INFO] [stderr] 71 | homepage = "https://docs.rs/encoding_rs/" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::redundant_homepage` is set to `warn` by default [INFO] [stderr] help: consider removing `package.homepage` [INFO] [stderr] warning: `encoding_rs` (manifest) generated 1 warning [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting encoding_rs v0.8.42 (/opt/rustwide/workdir) [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:958:35 [INFO] [stderr] | [INFO] [stderr] 958 | /// The initializer for the [GBK](static.GBK.html) encoding. [INFO] [stderr] | --- ^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 958 - /// The initializer for the [GBK](static.GBK.html) encoding. [INFO] [stderr] 958 + /// The initializer for the [GBK] encoding. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:1001:38 [INFO] [stderr] | [INFO] [stderr] 1001 | /// The initializer for the [IBM866](static.IBM866.html) encoding. [INFO] [stderr] | ------ ^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 1001 - /// The initializer for the [IBM866](static.IBM866.html) encoding. [INFO] [stderr] 1001 + /// The initializer for the [IBM866] encoding. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:3696:23 [INFO] [stderr] | [INFO] [stderr] 3696 | /// [`DecoderResult`][1] enumeration (possibilities `Malformed`, `OutputFull` and [INFO] [stderr] | --------------- ^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] note: referenced explicit link target defined here [INFO] [stderr] --> src/lib.rs:3745:10 [INFO] [stderr] | [INFO] [stderr] 3745 | /// [1]: enum.DecoderResult.html [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 3696 - /// [`DecoderResult`][1] enumeration (possibilities `Malformed`, `OutputFull` and [INFO] [stderr] 3696 + /// [`DecoderResult`] enumeration (possibilities `Malformed`, `OutputFull` and [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:4517:65 [INFO] [stderr] | [INFO] [stderr] 4517 | /// `*_without_replacement`, the status is an [`EncoderResult`][1] enumeration [INFO] [stderr] | --------------- ^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] note: referenced explicit link target defined here [INFO] [stderr] --> src/lib.rs:4584:10 [INFO] [stderr] | [INFO] [stderr] 4584 | /// [1]: enum.EncoderResult.html [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 4517 - /// `*_without_replacement`, the status is an [`EncoderResult`][1] enumeration [INFO] [stderr] 4517 + /// `*_without_replacement`, the status is an [`EncoderResult`] enumeration [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `encoding_rs` (lib doc) generated 4 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/encoding_rs/index.html [INFO] running `"docker" "inspect" "283c92fd1ad2ed960fdd75d2bdb59e5105df8d2fbd5f3f7ab8ea18438b6fb3ed"`