mawaqit 0.2.3

Islamic prayer times for Rust with high-latitude & polar-region support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Domain types for prayer time calculation: calculation methods, madhabs,
//! high-latitude rules, rounding, and time adjustments.

pub mod adjustments;
pub mod high_altitude_rule;
pub mod madhab;
pub mod method;
pub mod parameters;
pub mod polar;
pub mod prayer;
pub mod rounding;
pub mod shafaq;