salah 0.7.6

Islamic prayer time library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Salah
//
// See LICENSE for more details.
// Copyright (c) 2019-2022 Farhan Ahmed. All rights reserved.
//

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