Module sim

Module sim 

Source
Available on crate feature sim only.
Expand description

Deterministic simulation testing support for Hydro programs.

See crate::compile::builder::FlowBuilder::sim and flow::SimFlow for more details.

Modules§

compiledstageleft_runtime
Interfaces for compiled Hydro simulators and concrete simulation instances.
flowstageleft_runtime
Entrypoint for compiling and running Hydro simulations.

Structs§

SimReceiver
A receiver for an external bincode stream in a simulation.
SimSender
A sender to an external bincode sink in a simulation.