Module petgraph::adj

source ·
Expand description

Simple adjacency list.

Re-exports§

Structs§

Type Aliases§

  • Adjacency list node index type, a plain integer.
  • A very simple adjacency list with no node or label weights.