Registry / utility / computus

computus

JSON →
library2.0.0rscratesunverified

Computus Easter calculation in Rust.

# Cargo.toml [dependencies] computus = "2.0.0"
INSTALL
IMPORT
SIG · COMPUTUS
C
computus
utilityrustv2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

easter
use computus::easter;

Calculates the date of Easter for a given year.

use computus::easter; fn main() { let date = easter(2025); println!("Easter 2025: {:?}", date); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
computus — cargo add computus · libregistry