Module graph::graph::csr[][src]

Structs

A Compressed-Sparse-Row data structure to represent sparse graphs.

Represents the target of an edge and its associated value.

Enums

Defines how the neighbor list of individual nodes are organized within the CSR target array.

Traits