monorepo/ifc
Savanni D'Gerinel 456d872b40 Fix end of month handling 2023-08-12 21:35:14 -04:00
..
src Fix end of month handling 2023-08-12 21:35:14 -04:00
Cargo.lock Remove some old dependencies from ifc 2023-07-28 23:21:58 -04:00
Cargo.toml Set up a root build command 2023-08-07 14:52:53 -04:00
readme.md Initial commit 2022-12-31 12:03:22 -05:00

readme.md

International Fixed Calendar

This is a fun project implementing a library for the International Fixed Calendar.

This is at least somewhat compatible with Chrono, in that I have implemented these traits:

  • From<NaiveDate>
  • Datelike