2 releases

0.1.1 May 28, 2024
0.1.0 Sep 22, 2023

#233 in Rust patterns

Download history 3186/week @ 2024-03-14 2920/week @ 2024-03-21 3110/week @ 2024-03-28 3250/week @ 2024-04-04 2629/week @ 2024-04-11 2883/week @ 2024-04-18 2465/week @ 2024-04-25 2660/week @ 2024-05-02 2402/week @ 2024-05-09 1890/week @ 2024-05-16 2499/week @ 2024-05-23 2268/week @ 2024-05-30 1844/week @ 2024-06-06 1939/week @ 2024-06-13 2424/week @ 2024-06-20 3035/week @ 2024-06-27

9,599 downloads per month
Used in 39 crates (2 directly)

Apache-2.0

285KB
5K SLoC

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.


lib.rs:

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.

Dependencies

~0.7–1.2MB
~28K SLoC