8 releases

Uses new Rust 2024

new 0.3.1 Nov 23, 2025
0.3.0 Oct 4, 2025
0.2.0 Oct 2, 2025
0.1.4 Sep 28, 2025

#458 in Testing

MIT license

24KB
447 lines

dsim

Deterministic simluation testing framework for distributed systems (and also awesome for async games).

MessageBus

Effectively a managed simlulator, runs a constant tick rate and handles real time message passing.

Simulator

Unmanaged simulator, requires the user to step by a specific tick (step_by()), or to a time by a specific tick (step_to()).

Dependencies

~230KB