readable 0.16.0

Human readable strings
Documentation

Build #3487668 2026-06-05 11:03:20

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# error kind ExecutionFailed

# pre-build errors command failed: exit status: 101

# rustc version rustc 1.98.0-nightly (e7815e522 2026-06-04)

# docs.rs version docsrs 0.0.0 (39849b9c22c419f6b690c8d2213455bc7426a6b8 2026-06-03 )

# 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" "133425fd77356169e0f52865b83f52076b7be7816191b7cc6fe8a7709261c99d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260604-1.98.0-nightly-e7815e522\", \"--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 readable v0.16.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition value: `unix` [INFO] [stderr] --> src/up/sys_uptime.rs:68:12 [INFO] [stderr] | [INFO] [stderr] 68 | #[cfg(all(target_os = "unix", not(target_os = "linux")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] help: `unix` is an expected value for `target_family` [INFO] [stderr] | [INFO] [stderr] 68 - #[cfg(all(target_os = "unix", not(target_os = "linux")))] [INFO] [stderr] 68 + #[cfg(all(target_family = "unix", not(target_os = "linux")))] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0107]: missing generics for trait `bincode::Decode` [INFO] [stderr] --> src/str/str.rs:1828:31 [INFO] [stderr] | [INFO] [stderr] 1828 | impl<const N: usize> bincode::Decode for Str<N> { [INFO] [stderr] | ^^^^^^ expected 1 generic argument [INFO] [stderr] | [INFO] [stderr] note: trait defined here, with 1 generic parameter: `Context` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bincode-2.0.1/src/de/mod.rs:103:11 [INFO] [stderr] | [INFO] [stderr] 103 | pub trait Decode<Context>: Sized { [INFO] [stderr] | ^^^^^^ ------- [INFO] [stderr] help: add missing generic argument [INFO] [stderr] | [INFO] [stderr] 1828 | impl<const N: usize> bincode::Decode<Context> for Str<N> { [INFO] [stderr] | +++++++++ [INFO] [stderr] [INFO] [stderr] error[E0107]: trait takes 1 generic argument but 0 generic arguments were supplied [INFO] [stderr] --> src/str/str.rs:1850:36 [INFO] [stderr] | [INFO] [stderr] 1850 | impl<'de, const N: usize> bincode::BorrowDecode<'de> for Str<N> { [INFO] [stderr] | ^^^^^^^^^^^^ expected 1 generic argument [INFO] [stderr] | [INFO] [stderr] note: trait defined here, with 1 generic parameter: `Context` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bincode-2.0.1/src/de/mod.rs:113:11 [INFO] [stderr] | [INFO] [stderr] 113 | pub trait BorrowDecode<'de, Context>: Sized { [INFO] [stderr] | ^^^^^^^^^^^^ ------- [INFO] [stderr] help: add missing generic argument [INFO] [stderr] | [INFO] [stderr] 1850 | impl<'de, const N: usize> bincode::BorrowDecode<'de, Context> for Str<N> { [INFO] [stderr] | +++++++++ [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0107`. [INFO] [stderr] warning: `readable` (lib doc) generated 1 warning [INFO] [stderr] error: could not document `readable` [INFO] running `Command { std: "docker" "inspect" "133425fd77356169e0f52865b83f52076b7be7816191b7cc6fe8a7709261c99d", kill_on_drop: false }`