Add readme stuff about times
This commit is contained in:
parent
8cba6c3c24
commit
f3f57abbcf
@ -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
5
examples/time/README.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user