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§
- PetTopology
Graph - Petgraph-backed implementation of the topology graph.