Skip to main content

Module graph_ids

Module graph_ids 

Source
Expand description

Slotmap key types for graph nodes, edges, subgraphs, and loops.

These are separated so they can be used without pulling in heavy codegen dependencies (syn, proc-macro2, quote, etc.).

Structsยง

GraphEdgeId
ID to identify an edge.
GraphLoopId
ID to identify a loop block in DfirGraph.
GraphNodeId
ID to identify a node (operator or handoff) in DfirGraph.
GraphSubgraphId
ID to identify a subgraph in DfirGraph.