Skip to main content

Module graph

Module graph 

Source
Expand description

Graph utilities.

Functionsยง

nonrecursive_dft
A non-recursive implementation of an infallible depth-first traversal starting from root.
nonrecursive_dft_mut
Same as nonrecursive_dft, but allows changes to be made to the graph.
try_nonrecursive_dft
A non-recursive implementation of a fallible depth-first traversal starting from root.
try_nonrecursive_dft_mut
Same as try_nonrecursive_dft, but allows changes to be made to the graph.