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ยง
- Substrate
Impl - In-memory substrate implementation.