| Crates.io | sac13 |
| lib.rs | sac13 |
| version | 0.1.0 |
| created_at | 2025-08-07 12:17:44.844072+00 |
| updated_at | 2025-08-18 20:25:27.233626+00 |
| description | The reference implementation for the SAC13 calendar system. |
| homepage | https://sac13.net |
| repository | https://codeberg.org/SAC13/sac13.rs |
| max_upload_size | |
| id | 1785192 |
| size | 135,930 |
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
use sac13::prelude::*;
pub fn main() {
// TODO: add code :-)
}
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.