7 releases

new 0.0.7 Apr 28, 2024
0.0.6 Jan 26, 2024

#7 in #tick

Download history 16/week @ 2024-01-21 1/week @ 2024-02-04 9/week @ 2024-02-18 11/week @ 2024-02-25 1/week @ 2024-03-03 7/week @ 2024-03-10 1/week @ 2024-03-17 13/week @ 2024-03-31 44/week @ 2024-04-07

57 downloads per month
Used in 5 crates (via nimble-steps)

MIT license

6KB
140 lines

Tick ID

A session unique Tick ID. Usually used for game simulation ticks.


lib.rs:

The value type TickId that specifies a specific tick in a simulation.

Usually a tick is 16 ms or 32 ms, but can be any integer period of time, except 0.

No runtime deps