Neda-lib
Neda-lib is a Rust library for getting prayer times from multiple providers and organize it and store it for easy accses and use incha'Allah. is good to make you own prayer times app really quickly and easily incha'Allah. it is a part of Neda project a free and open source cross platform - insha'Allah - salat (prayers) times app and library.
Installation
Add this to your Cargo.toml:
[]
= "0.1"
Features
- default = ["aladhan-provider", "sqlite-storage"].
- aladhan-provider # default api provider.
- sqlite-storage # storage module, a sqlite db for offline access.
- client # utilities to help you make your own neda client (including a config_reader and some stuff).
Usage
use Datelike;
use ;
Note: you can find this example in
lib/examples/main.rsfile, and you can run it withcargo run --example main.
Note: you can find an client implementation at
https://github.com/abdelkadess/nedaunderclicrate and a gui soon incha'Allah.
License
you can use this library under the terms of either the MIT license or the Apache 2.0 license.