neda-lib 0.1.0

a siple adhan library with client written in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod core;

#[cfg(feature = "aladhan-provider")]
pub mod providers;

#[cfg(feature = "sqlite-storage")]
pub mod storage;

#[cfg(test)]
mod test;

#[cfg(feature = "client")]
pub mod client;

#[cfg(feature = "sound")]
pub mod sound;