calendrical_calculations

Crates.iocalendrical_calculations
lib.rscalendrical_calculations
version0.1.1
sourcesrc
created_at2023-09-22 19:17:55.199482
updated_at2024-05-28 19:57:22.706885
descriptionCalendrical calculations in Rust
homepage
repositoryhttps://github.com/unicode-org/icu4x
max_upload_size
id980788
size293,141
icu4x-release (github:unicode-org:icu4x-release)

documentation

README

calendrical_calculations crates.io

Calendrical calculations

This crate implements algorithms from Calendrical Calculations by Reingold & Dershowitz, Cambridge University Press, 4th edition (2018) as needed by ICU4X.

Most of these algorithms can be found as lisp code in the book or on GithHub.

The primary purpose of this crate is use by ICU4X, however if non-ICU4X users need this we are happy to add more structure to this crate as needed.

More Information

For more information on development, authorship, contributing etc. please visit ICU4X home page.

Commit count: 3247

cargo fmt