clock-timer 0.1.0

A clock in rust which has a timer, stopwatch which you can integrate into your app.
Documentation
[dependencies]

[lib]
name = "clock_timer"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A clock in rust which has a timer, stopwatch which you can integrate into your app."
edition = "2024"
license = "MIT"
name = "clock-timer"
readme = false
version = "0.1.0"

[[test]]
name = "timer_integration_test"
path = "tests/timer_integration_test.rs"