3 releases

0.1.2 Apr 22, 2022
0.1.1 Feb 23, 2022
0.1.0 Feb 10, 2022

#17 in #tick

45 downloads per month
Used in 4 crates (via async-tick)

Custom license

12KB
50 lines

tick_clock

Usage

Add this to your Cargo.toml:

[dependencies]
tick_clock = "*"
tick_clock::tick();
let now: u64 = tick_clock::now();

Dependencies

~10KB