diff options
| author | Botahamec <botahamec@outlook.com> | 2021-12-27 16:50:28 -0500 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2021-12-27 16:50:28 -0500 |
| commit | 9bb6f9a5b3b96f5797d870e01a799ae0553058af (patch) | |
| tree | c905943cfac464efc3ac644f5f5319d5f6dbf336 /src/lib.rs | |
| parent | dc08e7b94daaf33e06f2cfa2a146cac0d5901f27 (diff) | |
Add weekdays
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,7 +1,9 @@ #![doc = include_str!("../README.md")] mod month; +mod weekday; mod year; pub use month::Month; +pub use weekday::Weekday; pub use year::Year; |
