iztro 0.1.0

Strongly typed Zi Wei Dou Shu chart generation aligned with iztro.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Temporal overlay placement/activation builders (流年, 大限, …).
//!
//! These layer onto the model-only horoscope overlays in
//! [`crate::model::chart::horoscope`]. The `mutagen` module holds the shared
//! Heavenly Stem mutagen-activation builder reused by [`yearly`] and
//! [`decadal`].

pub mod decadal;
pub mod decadal_horoscope;
pub mod flow;
pub mod yearly;

pub(crate) mod mutagen;