diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1 +1,5 @@ #![doc = include_str!("../README.md")] + +mod year; + +pub use year::Year; |
![]() |
index : botic | |
| Unnamed repository; edit this file 'description' to name the repository. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | src/lib.rs | 4 |
@@ -1 +1,5 @@ #![doc = include_str!("../README.md")] + +mod year; + +pub use year::Year; |