game_time 0.1.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.
Documentation
Build #631462017-06-24T22:07:07.604974+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)# docs.rs version
cratesfyi 0.4.1 (003e49d 2017-06-08)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading game_time v0.1.0
Fresh serde v1.0.8
Fresh libc v0.2.24
Fresh num-traits v0.1.39
Fresh approx v0.1.1
Fresh time v0.1.37
Fresh num-integer v0.1.34
Fresh num-iter v0.1.33
Fresh num v0.1.39
Fresh chrono v0.4.0
Compiling float_duration v0.3.3
Running `rustc --crate-name float_duration .cargo/registry/src/github.com-1ecc6299db9ec823/float_duration-0.3.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="approx"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="time"' --cfg 'feature="serde"' -C metadata=d06922e6c80c85c6 -C extra-filename=-d06922e6c80c85c6 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern time=/home/cratesfyi/cratesfyi/debug/deps/libtime-162277ce7a864579.rlib --extern-version time=time,0.1.37 --extern approx=/home/cratesfyi/cratesfyi/debug/deps/libapprox-d684018f72847872.rlib --extern-version approx=approx,0.1.1 --extern serde=/home/cratesfyi/cratesfyi/debug/deps/libserde-78efb8229e554e58.rlib --extern-version serde=serde,1.0.8 --extern chrono=/home/cratesfyi/cratesfyi/debug/deps/libchrono-e0a3325d73c218cd.rlib --extern-version chrono=chrono,0.4.0 --cap-lints allow`
Documenting game_time v0.1.0
Running `rustdoc --crate-name game_time .cargo/registry/src/github.com-1ecc6299db9ec823/game_time-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern time=/home/cratesfyi/cratesfyi/debug/deps/libtime-162277ce7a864579.rlib --extern-version time=time,0.1.37 --extern chrono=/home/cratesfyi/cratesfyi/debug/deps/libchrono-e0a3325d73c218cd.rlib --extern-version chrono=chrono,0.4.0 --extern float_duration=/home/cratesfyi/cratesfyi/debug/deps/libfloat_duration-d06922e6c80c85c6.rlib --extern-version float_duration=float_duration,0.3.3`
Finished dev [unoptimized + debuginfo] target(s) in 1.58 secs