//! Tempa is a no_std temporal system for animation and simulation.
//! It provides [Time], [Duration], [TimeRange], [FrameRate], deterministic [FrameIndex]
//! stepping, and [FrameStepper] for frame-by-frame traversal.
//! It also includes traits for shared temporal behavior and conversion helpers.
pub
pub use ;