tick-id

Crates.iotick-id
lib.rstick-id
version0.0.9
sourcesrc
created_at2024-01-24 22:44:04.587996
updated_at2024-10-10 08:14:49.647291
descriptionTick ID for deterministic simulations
homepage
repositoryhttps://github.com/piot/tick-id-rs
max_upload_size
id1113050
size8,949
Peter Bjorklund (piot)

documentation

README

📦 tick-id

Session unique Tick ID that specifies a specific tick in a deterministic simulation.

A tick represents any positive integer time period, excluding zero, with typical durations being 16 ms or 32 ms.

TickId is represented as a u32. With each tick equivalent to 16 ms, the maximum duration is approximately 68,719,476 seconds, which translates to about 2.18 years.

“2.18 years should be enough for everyone!”

Installation

[dependencies]
tick-id = "0.0.8"
Commit count: 18

cargo fmt