2 releases

new 0.0.14-dev Oct 16, 2024
0.0.12-dev Oct 8, 2024

#119 in Simulation

Download history 154/week @ 2024-10-07

154 downloads per month
Used in 5 crates (4 directly)

MIT license

5KB
78 lines

nimble-step

nimble-step is a Rust crate that helps you manage participant state changes in deterministic simulations. Whether participants are joining, leaving, or reconnecting, this crate provides a flexible way to track these changes over time.

Features 🌟

  • Track participants joining or leaving the session
  • Handle forced states and reconnections
  • Customize participant actions with your own types
  • Supports serialization/deserialization for efficient serialization

Dependencies

~27KB