Add readme stuff about times

This commit is contained in:
Bruce Hill 2025-03-30 17:43:12 -04:00
parent 8cba6c3c24
commit f3f57abbcf
2 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,7 @@
- [log](log/): A logging utility.
- [pthreads](pthreads/): A POSIX threads library.
- [threads](threads/): A POSIX threads library, but with a higher level abstraction.
- [time](time/): A module for working with dates and times.
- [shell](shell/): A DSL for running shell commands.
- [tomodeps](tomodeps/): A library for finding Tomo dependencies.
- [tomo-install](tomo-install/): A library for installing Tomo dependencies.

5
examples/time/README.md Normal file
View File

@ -0,0 +1,5 @@
# Time
This is a Tomo library for working with dates and times. The `Time` type that
is provided is a date-and-time datatype that refers to a specific moment in
time.