# 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
```