nexosim 1.0.0

A high performance asynchronous compute framework for system simulation.
Documentation
// Integration tests follow the organization suggested by Matklad:
// https://matklad.github.io/2021/02/27/delete-cargo-integration-tests.html

#[cfg(not(miri))]
mod model_injector;
mod model_scheduling;
mod serialization;
#[cfg(not(miri))]
mod simulation_clock_sync;
mod simulation_deadlock;
#[cfg(not(miri))]
mod simulation_halt;
mod simulation_message_loss;
mod simulation_no_recipient;
mod simulation_panic;
mod simulation_scheduling;
#[cfg(not(miri))]
mod simulation_ticked_mode;
#[cfg(not(miri))]
mod simulation_timeout;