Module rs_graph::vecgraph

source ·

Structs

  • Edge of a vector graph.
  • An iterator over all edges of a linked list graph.
  • Node of a vector graph.
  • A graph iterator over all nodes of a linked list graph.
  • A vector based graph data structure.
  • A builder for a VecGraph.