10 releases

0.0.17-dev Oct 24, 2024
0.0.16 Oct 22, 2024
0.0.12-dev Sep 23, 2024
0.0.1 Apr 28, 2024

#1600 in Game dev

Download history 561/week @ 2024-09-19 121/week @ 2024-09-26 25/week @ 2024-10-03 119/week @ 2024-10-10 468/week @ 2024-10-17 224/week @ 2024-10-24 38/week @ 2024-10-31 12/week @ 2024-11-07 12/week @ 2024-11-14 25/week @ 2024-11-21 26/week @ 2024-11-28 50/week @ 2024-12-05 37/week @ 2024-12-12 6/week @ 2024-12-19 6/week @ 2024-12-26

103 downloads per month
Used in 15 crates (9 directly)

MIT license

5KB

🎮 nimble-participant

Crates.io Documentation

nimble-participant is a Rust library designed to represent participants in a deterministic simulation. It provides a ParticipantId type with built-in serialization, deserialization, and formatting support.

✨ Features

  • 🆔 ParticipantId: A simple wrapper around a u8, representing a unique identifier for a participant.
  • 💾 Serialization and Deserialization: Implements the Serialize and Deserialize traits from the flood_rs crate for efficient binary streaming.
  • 🖨️ Display: Provides a human-readable format for ParticipantId, making it easy to print or log participant identifiers.

📦 Installation

Add nimble-participant to your Cargo.toml:

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

License

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

Dependencies

~22KB