2 releases
0.1.1 | May 28, 2024 |
---|---|
0.1.0 | Sep 22, 2023 |
#179 in Rust patterns
116,354 downloads per month
Used in 42 crates
(2 directly)
285KB
5K
SLoC
calendrical_calculations
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
~26K SLoC