monorepo/ifc
Savanni D'Gerinel c870980ed2 Set up build tools for emseries 2022-12-31 12:25:49 -05:00
..
src Add a Date<Tz> conversion for the IFC 2022-12-31 12:03:22 -05:00
.envrc Initial commit 2022-12-31 12:03:22 -05:00
.gitignore Add a Date<Tz> conversion for the IFC 2022-12-31 12:03:22 -05:00
Cargo.lock Set up build tools for emseries 2022-12-31 12:25:49 -05:00
Cargo.toml Add a Date<Tz> conversion for the IFC 2022-12-31 12:03:22 -05:00
readme.md Initial commit 2022-12-31 12:03:22 -05:00
shell.nix 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