summaryrefslogtreecommitdiffstats
path: root/src/util.rs
AgeCommit message (Expand)Author
2024-02-09Bump edition to 2021 and introduce rustfmtPro
2024-02-09CleanupPro
2017-11-24Optimize implementationMatthias Beyer
2017-09-27Hand-write month-adjusting in add adjusting algorithmMatthias Beyer
2017-09-27Do not write month adjusting with macro, but hand-craftMatthias Beyer
2017-09-16Add test for get_num_of_days_in_month()Matthias Beyer
2017-09-16Use get_num_of_days_in_month() for adjustingMatthias Beyer
2017-09-16Remove printlnsMatthias Beyer
2017-09-16Move utility functions to util packageMatthias Beyer
2017-09-16Add end-of-month type/calcMatthias Beyer