6 releases

0.0.17-dev Oct 24, 2024
0.0.16 Oct 22, 2024
0.0.15-dev Oct 21, 2024
0.0.14-dev Oct 16, 2024
0.0.12-dev Oct 8, 2024

#1678 in Game dev

Download history 133/week @ 2024-10-04 165/week @ 2024-10-11 488/week @ 2024-10-18 86/week @ 2024-10-25 29/week @ 2024-11-01 5/week @ 2024-11-08 2/week @ 2024-11-15

199 downloads per month
Used in 9 crates (7 directly)

MIT license

6KB
78 lines

nimble-step

Crates.io Documentation

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

📦 Installation

Add the following to your Cargo.toml file:

[dependencies]
nimble-step = "0.0.17-dev"

License

This project is licensed under the MIT License - see the LICENSE file for details.

Dependencies

~27KB