Crate clock_timer

Source
Expand description

§Rust Time Utility Library

This library provides two main utilities for time management: a TimerStruct for countdown timers and a StopwatchStruct for measuring elapsed time.

Re-exports§

pub use timer::TimerStruct;

Modules§

stopwatch
Module for stopwatch functionalities.
timer
Module for countdown timer functionalities.