Module vec_graph

Source

Structs§

VecGraph
A directed graph, efficient for cases where node indices are pre-existing.

Functions§

create_index 🔒
Creates/initializes the index for the VecGraph. A helper for VecGraph::new.