monorepo/ifc
savanni e60a2fbc30 Start building a music player server (#17)
The very beginnings, with a very basic application architecture, for a music playing server on a headless system.

This also adds my new Flow library, which I'll be wanting to use in a variety of places.

Co-authored-by: Savanni D'Gerinel <savanni@luminescent-dreams.com>
Reviewed-on: savanni/tools#17
2023-02-11 17:59:15 +00:00
..
src Start building a music player server (#17) 2023-02-11 17:59:15 +00:00
Cargo.lock Set up build tools for emseries 2022-12-31 12:25:49 -05:00
Cargo.toml Start building a music player server (#17) 2023-02-11 17:59:15 +00: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