Docs.rs
game_time-0.2.0
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
game_time 0.2.0
A library for handling time in games. Game_time provides methods to track frame time in games. It allows decoupling game time from wall time as well as tracking and setting frame rate.
Crate
Source
Builds
Feature flags
Hide files
..
framerate
clock.rs
lib.rs
mod.rs
runner.rs
step.rs
1
2
3
4
pub
mod
duration
;
pub
mod
time
;
pub
use
self
::
time
::
*
;