Moved clock into separate documents module.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2026-01-08 15:02:03 -05:00
parent 6fd2406341
commit 530aa9dd31
4 changed files with 96 additions and 83 deletions

1
src/documents.rs Normal file
View File

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