tempa 0.1.16

A no_std temporal system for animation and simulation, providing time, duration, time ranges, frame rates, and deterministic frame-index stepping.
Documentation
1
2
3
4
5
6
7
8
mod impl_core;
mod impl_numeric;
mod impl_ops;
mod tests;
mod traits;
mod types;

pub use self::{traits::HasDuration, types::Duration};