monorepo/ifc
Savanni D'Gerinel d4fc937613 Totally rebuild the IFC data structure
Wish I understood what I was thinking and what my thoughts were about with respect to the API.
2023-07-28 23:17:12 -04:00
..
src Totally rebuild the IFC data structure 2023-07-28 23:17:12 -04:00
Cargo.lock Totally rebuild the IFC data structure 2023-07-28 23:17:12 -04:00
Cargo.toml Totally rebuild the IFC data structure 2023-07-28 23:17:12 -04:00
Makefile Set up IFC build tools 2022-12-31 12:27:28 -05: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