This is a Rust workspace containing various packages for converting between Julian day numbers and dates in the Gregorian calendar (either proleptic or with the Reformation occurring at a given date) and/or the proleptic Julian calendar.
The packages are:
-
julian
— Rust library for converting between Julian day numbers and Julian & Gregorian calendars -
julian-cli
— CLI command for converting between Julian day numbers and Julian & Gregorian calendars -
gentests
— Internal package for use in generating test code forjulian