Module petgraph::csr

source ·
Expand description

Compressed Sparse Row (CSR) is a sparse adjacency matrix graph.

Re-exports

Structs

Constants

Type Aliases

  • Csr edge index type, a plain integer.
  • Csr node index type, a plain integer.