jdate 1.0.0

A library for converting between Gregorian and Jewish dates
Documentation
# jdate

This is my attempt at writing a Jewish calendar converter in Rust. This was
inspired by the hebcal project.

## Features

- Convert between gregorian dates and Jewish dates
- Molad times
- Daf Yomi
- Omer count

## Run CLI
```bash
cargo run
```

## Example
[Example program](examples/example.rs)

To run the example:
```bash
cargo run --example example
```