diff options
| author | Botahamec <botahamec@outlook.com> | 2021-12-21 20:36:41 -0500 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2021-12-21 20:36:41 -0500 |
| commit | 7fbd7d77b0230e3a4247ae0fa75f36fb1be7d84f (patch) | |
| tree | 3b286c68d2c068122121e02bcce030bd8e12befa /src/lib.rs | |
| parent | bbed1ca3f26d3dd5b9074d43fee5684d0a187916 (diff) | |
Created a month enum
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; |
