sac13

Crates.iosac13
lib.rssac13
version0.1.0
created_at2025-08-07 12:17:44.844072+00
updated_at2025-08-18 20:25:27.233626+00
descriptionThe reference implementation for the SAC13 calendar system.
homepagehttps://sac13.net
repositoryhttps://codeberg.org/SAC13/sac13.rs
max_upload_size
id1785192
size135,930
Christian Franzl (wischi-chr)

documentation

https://docs.rs/sac13

README

SAC13 is a 13-month solar calendar with fixed four-week months, starting each year with the March Equinox.

Static Badge Repository link icon Crates.io Version docs.rs Crates.io License

This library is the Rust reference implementation for SAC13 and maintains data types and functions to convert, among others, from and to

Quick start

use sac13::prelude::*;

pub fn main() {
  // TODO: add code :-)
}

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.

Commit count: 0

cargo fmt