salah 0.7.6

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

#[derive(PartialEq, Debug, Copy, Clone)]
pub enum Rounding {
    Nearest,
    Up,
    None,
}