nimble-step

Crates.ionimble-step
lib.rsnimble-step
version0.0.17-dev
sourcesrc
created_at2024-10-08 17:42:50.072299
updated_at2024-10-24 10:26:55.24952
descriptionNimble Step
homepage
repositoryhttps://github.com/nimble-rust/nimble
max_upload_size
id1401478
size6,073
Peter Bjorklund (piot)

documentation

README

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.

Commit count: 151

cargo fmt