deep_core 0.1.1

deep prototype
Documentation

Build #3398940 2026-05-27 08:37:51

# rustc version rustc 1.98.0-nightly (d1fc603d1 2026-05-26)

# 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" "1b0a49e16a67e1305a506be1bd3599a494a714c5111575bca785809a30ce5a40" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260526-1.98.0-nightly-d1fc603d1\", \"--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: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: trait `GraphVisitor` is never used [INFO] [stderr] --> src/graph/graph.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | pub trait GraphVisitor { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: field `id` is never read [INFO] [stderr] --> src/graph/graph.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct Graph { [INFO] [stderr] | ----- field in this struct [INFO] [stderr] 12 | id: GraphId, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `Graph` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `tensor_id` is never read [INFO] [stderr] --> src/graph/tensor_descriptor.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 13 | pub struct TensorDescriptor { [INFO] [stderr] | ---------------- field in this struct [INFO] [stderr] 14 | tensor_id: TensorId, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `TensorDescriptor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `indices_by_from` and `indices_by_to` are never read [INFO] [stderr] --> src/graph/edges_indices.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct EdgesIndices { [INFO] [stderr] | ------------ fields in this struct [INFO] [stderr] 11 | indices_by_from: HashMap<NodeId, Indices>, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] 12 | indices_by_to: HashMap<NodeId, Indices>, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `EdgesIndices` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: `deep_core` (lib) generated 4 warnings [INFO] [stderr] Scraping deep_core v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Documenting deep_core v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/deep_core/index.html [INFO] running `Command { std: "docker" "inspect" "1b0a49e16a67e1305a506be1bd3599a494a714c5111575bca785809a30ce5a40", kill_on_drop: false }`