graphrs 0.11.16

graphrs is a Rust package for the creation, manipulation and analysis of graphs.
Documentation

Build #3555829 2026-06-12 11:10:51

# rustc version rustc 1.98.0-nightly (b30f3df3b 2026-06-11)

# 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" "7834ce6fde9bc139cf0baea22f9dbe085a96f8883369710ab0d081e791317320" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260611-1.98.0-nightly-b30f3df3b\", \"--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 graphrs v0.11.16 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/algorithms/cluster/mod.rs:160:21 [INFO] [stderr] | [INFO] [stderr] 160 | .map(|item| (item.number_of_triangles)) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 160 - .map(|item| (item.number_of_triangles)) [INFO] [stderr] 160 + .map(|item| item.number_of_triangles ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/graph/matrix.rs:15:32 [INFO] [stderr] | [INFO] [stderr] 15 | Gets the (adjacency matrix)[https://en.wikipedia.org/wiki/Adjacency_matrix] of the graph [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 15 - Gets the (adjacency matrix)[https://en.wikipedia.org/wiki/Adjacency_matrix] of the graph [INFO] [stderr] 15 + Gets the (adjacency matrix)<https://en.wikipedia.org/wiki/Adjacency_matrix> of the graph [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `f64` [INFO] [stderr] --> src/graph/matrix.rs:16:24 [INFO] [stderr] | [INFO] [stderr] 16 | as a 1D vector (Vec<f64>). [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 16 | as a 1D vector (`Vec<f64>`). [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/graph/matrix.rs:47:32 [INFO] [stderr] | [INFO] [stderr] 47 | Gets the (adjacency matrix)[https://en.wikipedia.org/wiki/Adjacency_matrix] of the graph [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 47 - Gets the (adjacency matrix)[https://en.wikipedia.org/wiki/Adjacency_matrix] of the graph [INFO] [stderr] 47 + Gets the (adjacency matrix)<https://en.wikipedia.org/wiki/Adjacency_matrix> of the graph [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `f64` [INFO] [stderr] --> src/graph/matrix.rs:48:28 [INFO] [stderr] | [INFO] [stderr] 48 | as a 2D vector (Vec<Vec<f64>>). [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 48 | as a 2D vector (`Vec<Vec<f64>>`). [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/graph/matrix.rs:93:32 [INFO] [stderr] | [INFO] [stderr] 93 | Gets the (adjacency matrix)[https://en.wikipedia.org/wiki/Adjacency_matrix] of the graph [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 93 - Gets the (adjacency matrix)[https://en.wikipedia.org/wiki/Adjacency_matrix] of the graph [INFO] [stderr] 93 + Gets the (adjacency matrix)<https://en.wikipedia.org/wiki/Adjacency_matrix> of the graph [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/graph/matrix.rs:139:32 [INFO] [stderr] | [INFO] [stderr] 139 | Gets the (adjacency matrix)[https://en.wikipedia.org/wiki/Adjacency_matrix] of the graph [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 139 - Gets the (adjacency matrix)[https://en.wikipedia.org/wiki/Adjacency_matrix] of the graph [INFO] [stderr] 139 + Gets the (adjacency matrix)<https://en.wikipedia.org/wiki/Adjacency_matrix> of the graph [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/graph/matrix.rs:185:32 [INFO] [stderr] | [INFO] [stderr] 185 | Gets the (adjacency matrix)[https://en.wikipedia.org/wiki/Adjacency_matrix] of the graph. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 185 - Gets the (adjacency matrix)[https://en.wikipedia.org/wiki/Adjacency_matrix] of the graph. [INFO] [stderr] 185 + Gets the (adjacency matrix)<https://en.wikipedia.org/wiki/Adjacency_matrix> of the graph. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/algorithms/centrality/groups/degree.rs:60:4 [INFO] [stderr] | [INFO] [stderr] 60 | http://www.analytictech.com/borgatti/group_centrality.htm [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 60 | <http://www.analytictech.com/borgatti/group_centrality.htm> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/algorithms/centrality/groups/degree.rs:61:29 [INFO] [stderr] | [INFO] [stderr] 61 | ...n: https://networkx.org/documentation/stable/reference/algorithms/generated/networkx.algorithms.centrality.group_degree_centrality.html [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 61 | 2. NetworkX implementation: <https://networkx.org/documentation/stable/reference/algorithms/generated/networkx.algorithms.centrality.group_degree_centrality.html> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `graphrs` (lib doc) generated 10 warnings (run `cargo fix --lib -p graphrs` to apply 8 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/graphrs/index.html [INFO] running `Command { std: "docker" "inspect" "7834ce6fde9bc139cf0baea22f9dbe085a96f8883369710ab0d081e791317320", kill_on_drop: false }`