Expand description
Generic graph traits, traversals, and data structures for use in Wasmtime.
Structs§
- Dfs
- An iterative depth-first traversal.
- Entity
Graph - A graph of
EntityRefnodes reified into a densely packed representation. - Evaporation
- The “evaporation” of a graph and its strongly-connected components.
- Filter
Nodes - A graph whose nodes are being filtered by the predicate
F. - Scc
- A strongly-connected component.
- Strongly
Connected Components - The set of strongly-connected components for a graph of
Nodes.
Enums§
- DfsEvent
- An event during a DFS traversal.
Traits§
- Graph
- A trait for any kind of graph data structure.