Skip to content

Convert between Julian day numbers and Julian & Gregorian calendars

License

Notifications You must be signed in to change notification settings

jwodder/julian-rs

Repository files navigation

Project Status: Active – The project has reached a stable, usable state and is being actively developed. CI Status codecov.io Minimum Supported Rust Version MIT License

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 for julian