| Crates.io | dsim |
| lib.rs | dsim |
| version | 0.3.1 |
| created_at | 2025-09-28 01:57:57.89223+00 |
| updated_at | 2025-11-23 18:39:01.179572+00 |
| description | A deterministic simulation testing framework for Rust |
| homepage | |
| repository | https://github.com/danthegoodman1/dsim |
| max_upload_size | |
| id | 1857855 |
| size | 29,452 |
Deterministic simluation testing framework for distributed systems (and also awesome for async games).
Effectively a managed simlulator, runs a constant tick rate and handles real time message passing.
Unmanaged simulator, requires the user to step by a specific tick (step_by()), or to a time by a specific tick (step_to()).