Skip to main content

Module topology_impl

Module topology_impl 

Source
Expand description

Concrete implementation of the TopologyGraph trait using petgraph.

The knowledge graph is the substrate’s structural backbone. This implementation uses petgraph’s Graph as the backing store with HashMap indices for O(1) node/edge lookup by ID.

Structs§

PetTopologyGraph
Petgraph-backed implementation of the topology graph.