Documentation
  • Coverage
  • 100%
    7 out of 7 items documented0 out of 6 items with examples
  • Size
  • Source code size: 9.5 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.37 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • piot

🕒 Time Tick

time-tick is a Rust crate designed to manage and calculate time intervals for game loops. It provides a simple and efficient interface to track elapsed time and determine how many ticks should be processed in a single update cycle. Perfect for games and simulations that require consistent timing for updates! 🎮

🚀 Features

  • ⏱️ Track time intervals for game updates.
  • 🔄 Specify tick durations and maximum ticks per update.
  • 🔁 Reset and adjust tick timing dynamically.

📦 Installation

To use time-tick, add it as a dependency in your Cargo.toml:

[dependencies]
time-tick = "0.0.1"