dsim

Crates.iodsim
lib.rsdsim
version0.3.1
created_at2025-09-28 01:57:57.89223+00
updated_at2025-11-23 18:39:01.179572+00
descriptionA deterministic simulation testing framework for Rust
homepage
repositoryhttps://github.com/danthegoodman1/dsim
max_upload_size
id1857855
size29,452
Dan Goodman (danthegoodman1)

documentation

README

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()).

Commit count: 0

cargo fmt