Computus
Computus Easter calculation in Rust
Usage
Add this to your Cargo.toml:
[]
= "1.1.0"
You can find when Easter Sunday is for a particular year with:
// For Gregorian calendars
let easter = gregorian.unwrap;
assert_eq!;
// For Julian calendars
let easter = julian.unwrap;
assert_eq!;
// With `chrono` feature