Move TimeDelta to its own file for better reusability

Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
This commit is contained in:
Daniel D’Aquino
2024-08-05 17:57:40 -07:00
parent 384e458118
commit 388d49927b
5 changed files with 38 additions and 34 deletions

1
src/utils/mod.rs Normal file
View File

@ -0,0 +1 @@
pub mod time_delta;