nimble-participant

Crates.ionimble-participant
lib.rsnimble-participant
version0.0.17-dev
sourcesrc
created_at2024-04-28 17:30:23.810084
updated_at2024-10-24 10:26:16.998599
descriptionNimble Participant
homepage
repositoryhttps://github.com/nimble-rust/participant
max_upload_size
id1223385
size6,040
Peter Bjorklund (piot)

documentation

README

🎮 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.

Commit count: 1

cargo fmt