Expand description

Simple adjacency list.

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.
  • Adjacency list node index type, a plain integer.
  • A very simple adjacency list with no node or label weights.