debug-et-diagnostics 0.3.1

set of macros and tools to colorfully debug and diagnose non-trivial code
Documentation

Build #4340496 2026-09-05 15:54:24

# rustc version rustc 1.100.0-nightly (0ed41eb41 2026-09-04)

# docs.rs version docsrs 0.0.0 (c6ca30c0fecf66cc5a0859ac541222ca6c912d59 2026-09-01 )

# 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" "220d21438f0c51838010c7218bb5426ef37b93125b8a97e35f747376a9ec19d6" "/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\", \"-20260904-1.100.0-nightly-0ed41eb41\", \"--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\"" "-j11" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: explicit `package.readme` can be inferred [INFO] [stderr] --> Cargo.toml:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | readme = "README.md" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::manual_readme` is set to `warn` by default [INFO] [stderr] help: consider removing `package.readme` [INFO] [stderr] warning: `debug-et-diagnostics` (manifest) generated 1 warning [INFO] [stderr] Checking debug-et-diagnostics v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Scraping debug-et-diagnostics v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Documenting debug-et-diagnostics v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `term_cols` links to private item `DEFAULT_COLUMNS` [INFO] [stderr] --> src/color.rs:377:51 [INFO] [stderr] | [INFO] [stderr] 377 | /// tries to obtain the number of columns of the [DEFAULT_COLUMNS] in case of error. [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 `format_bytes` [INFO] [stderr] --> src/macros.rs:623:51 [INFO] [stderr] | [INFO] [stderr] 623 | /// [std::dbg] equivalent for `&[u8]` which uses [format_bytes] to display the byte slice [INFO] [stderr] | ^^^^^^^^^^^^ no item named `format_bytes` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `format_bytes` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `format_bytes` [INFO] [stderr] --> src/macros.rs:636:51 [INFO] [stderr] | [INFO] [stderr] 636 | /// [std::dbg] equivalent for `&[u8]` which uses [format_bytes] to display the byte slice in base 16 and string [INFO] [stderr] | ^^^^^^^^^^^^ no item named `format_bytes` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `format_bytes` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `std::dbg_bytes_str` [INFO] [stderr] --> src/macros.rs:657:6 [INFO] [stderr] | [INFO] [stderr] 657 | /// [std::dbg_bytes_str] equivalent which only displays debug message if the given bytes are valid UTF-8 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no item named `dbg_bytes_str` in module `std` [INFO] [stderr] [INFO] [stderr] warning: `debug-et-diagnostics` (lib doc) generated 4 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/debug_et_diagnostics/index.html [INFO] running `Command { std: "docker" "inspect" "220d21438f0c51838010c7218bb5426ef37b93125b8a97e35f747376a9ec19d6", kill_on_drop: false }`