Module hotshot::traits::networking::memory_network
source · Expand description
In memory network simulator
This module provides an in-memory only simulation of an actual network, useful for unit and integration tests.
Structs§
- Shared state for in-memory mock networking.
- In memory only network simulator.
- Internal state for a
MemoryNetwork
instance