diff options
| author | Botahamec <botahamec@outlook.com> | 2022-03-03 20:18:06 -0500 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-03-03 20:18:06 -0500 |
| commit | 0fb870509821eb6f8158a9ee3cc02e6a0f951c86 (patch) | |
| tree | 74cbd12648e03e39abd50a1c67dafce3526f7870 /src/lib.rs | |
| parent | 5a4a0a5441bfd3fa590d45278e712ce24c5fa5df (diff) | |
Started with leap seconds
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,10 +1,12 @@ #![doc = include_str!("../README.md")] // TODO must uses +// TODO serde support mod date; mod datetime; mod month; +mod tai; mod time; pub mod timezone; mod weekday; |
