wideholy 0.1.2

Rust SDK for WideHoly -- cross-religion scripture search, verse comparison, religious calendar, and commentary via the wideholy.com API.
Documentation
1
2
3
4
5
mod client;
mod types;

pub use client::Client;
pub use types::*;