diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #![doc = include_str!("../README.md")] +mod month; mod year; +pub use month::Month; pub use year::Year; |
![]() |
index : botic | |
| A time library for Rust, designed to properly handle leap seconds | Mica White |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | src/lib.rs | 2 |
@@ -1,5 +1,7 @@ #![doc = include_str!("../README.md")] +mod month; mod year; +pub use month::Month; pub use year::Year; |