writings 0.1.0

The Bahá’í Sacred Writings for use in Rust projects and APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod prayers_visitor;

#[cfg(feature = "_visitors")]
pub use prayers_visitor::PrayersVisitor;

mod prayer_kind;
pub use prayer_kind::PrayerKind;

mod prayer_paragraph;
pub use prayer_paragraph::PrayerParagraph;

mod prayer_source;
pub use prayer_source::PrayerSource;