diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ mod date; mod datetime; mod month; -mod tai; +pub mod tai; mod time; mod timestamp; pub mod timezone; |
![]() |
index : botic | |
| A time library for Rust, designed to properly handle leap seconds | Mica White |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | src/lib.rs | 2 |
@@ -6,7 +6,7 @@ mod date; mod datetime; mod month; -mod tai; +pub mod tai; mod time; mod timestamp; pub mod timezone; |