Crates.io | nimble-participant |
lib.rs | nimble-participant |
version | 0.0.17-dev |
source | src |
created_at | 2024-04-28 17:30:23.810084 |
updated_at | 2024-10-24 10:26:16.998599 |
description | Nimble Participant |
homepage | |
repository | https://github.com/nimble-rust/participant |
max_upload_size | |
id | 1223385 |
size | 6,040 |
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.
u8
, representing a unique identifier for a participant.Serialize
and Deserialize
traits from the flood_rs
crate for efficient binary streaming.ParticipantId
, making it easy to print or log participant identifiers.Add nimble-participant
to your Cargo.toml
:
[dependencies]
nimble-participant = "0.0.17-dev"
This project is licensed under the MIT License - see the LICENSE file for details.