Skip to main content

Module substrate_impl

Module substrate_impl 

Source
Expand description

Concrete implementation of the Substrate trait.

In-memory substrate with:

  • Signal field stored as a Vec (linear scan with distance filtering)
  • Knowledge graph backed by PetTopologyGraph
  • Trace storage as a HashMap keyed by SubstrateLocation
  • Serialization support for persistence across restarts

Structsยง

SubstrateImpl
In-memory substrate implementation.