Expand description

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

Structs§

Traits§

  • Trait for the unsigned integer type used for node and edge indices.

Type Aliases§

  • The default integer type for graph indices. u32 is the default to reduce the size of the graph’s data and improve performance in the common case.
  • Csr edge index type, a plain integer.
  • Csr node index type, a plain integer.