Skip to main content

rust_zmanim/complex_zmanim_calendar/
mod.rs

1//! The [`ComplexZmanimCalendar`] struct is stateful and has many premade
2//! *zmanim* calculations, both conveniences built on the
3//! [`zmanim_calculator`](crate::zmanim_calculator) API.
4
5#[macro_use]
6mod czc_macros;
7
8#[macro_use]
9mod doc_macros;
10
11mod czc_struct;
12
13pub use czc_struct::*;