SAC13 is a 13-month solar calendar with fixed four-week months, starting each year with the March Equinox.
This library is the Rust reference implementation for SAC13 and maintains data types and functions to convert, among others, from and to
- Gregorian Calendar dates
- JulianDays
- UnixDays (days since 1970-01-01)
Quick start
use *;
Breaking Changes
Note, this library is pretty new so there will be a lot of breaking changes at least until we hit 0.1. The plan is to keep it relatively stable after that with the help of semver-checks.