Module vec_graph
rustc_
data_
structures
1.91.0-nightly
(7ad23f43a 2025-09-09)
Module vec_
graph
Module Items
Structs
Functions
In rustc_
data_
structures::
graph
rustc_data_structures
::
graph
Module
vec_
graph
Copy item path
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
.