7 releases

0.0.7 Apr 28, 2024
0.0.6 Jan 26, 2024

#7 in #tick

Download history 16/week @ 2024-01-23 1/week @ 2024-02-06 1/week @ 2024-02-13 10/week @ 2024-02-20 10/week @ 2024-02-27 1/week @ 2024-03-05 7/week @ 2024-03-12 1/week @ 2024-03-26 14/week @ 2024-04-02 42/week @ 2024-04-09 109/week @ 2024-04-23 29/week @ 2024-04-30 5/week @ 2024-05-07

143 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