hijri_date 0.1.1

provides functionality for conversion between hijri and gregorian calander
Documentation

Rust HijriDate

Rust HijriDate provides functionality for conversion between hijri and gregorian calanders.

The crate name is hijri_date.

To do

  • Documentation

  • publish to crates.io

  • bugfixes, recheck algorithm, etc..

Important

The algorithm has some limitation:

minimum handled hijri year = 1356
maximum handled hijri year = 1500

minimum handled gregorian year = 1938 
maximum handled gregorian year = 2076

Credits

I translated the python version https://github.com/tytkal/python-hijiri-ummalqura to rust.

Original algorithm author

Suhail Alkowaileet

Python version author

Khalid Al-hussayen