Modules§
Structs§
- Builder
- Builder for constructing simulation configurations.
- Node
Builder - Builder for configuring individual nodes in a simulation.
- Round
Context - Context provided during each simulation round.
- Simulation
- A configured simulation ready to run.
- Spawn
Context - Context provided when spawning a new simulation node.
Constants§
- ENV_
TRACE_ INIT_ ONLY - Environment variable name for initialization-only mode.
- ENV_
TRACE_ ISOLATED - Environment variable name for running a single isolated node by index.
- ENV_
TRACE_ SERVER - Environment variable name for the trace server address.
- ENV_
TRACE_ SESSION_ ID - Environment variable name for the simulation session ID.
Traits§
- Async
Callback - Helper trait for async functions.
- Ctx
- DynNode
- Trait for dynamically-typed simulation nodes.
- Node
- Trait for simulation node implementations.
- Setup
Data - Trait for user-defined setup data that can be shared across simulation nodes.
Type Aliases§
- BoxNode
- A boxed dynamically-typed simulation node.