2 releases

0.1.1 Apr 13, 2024
0.1.0 Apr 4, 2024

#208 in Date and time

Download history 90/week @ 2024-04-02 162/week @ 2024-04-09 9/week @ 2024-04-16

261 downloads per month

GPL-2.0 license

50KB
1K SLoC

@hebcal/hebcal-rs

This is still a work in progress and not everything is implemented.

Build Status

This project is a Rust implementation of the Hebcal calendar. It is a perpetual calendar that can calculate the date of any Jewish holiday or festival, given a Gregorian date. The code is a fork of the Hebcal for JS project, which was written in JavaScript.

The project is currently in development, and the API is subject to change. However, the core functionality of calculating dates should be stable.

Installation

To install the Hebcal Rust library, you can add it to your project's Cargo.toml file:

[dependencies]
hebcal = "0.1.0"

Usage and API

  • TBD

Contributing

Contributions are welcome! If you have a suggestion for an improvement, please open an issue or create a pull request.

License

This project is licensed under the terms of the GNU General Public License v2.0.

Copyright (C) 2024 Assaf Sapir

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Dependencies

~1.5MB
~21K SLoC