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
//! Deterministic 安星 (star placement) algorithms.
//!
//! [`natal`] holds the natal-chart placement pipeline (palace layout,
//! life/body and palace-stem rules, the major/minor/adjective star placers, and
//! the public natal chart builders). [`overlay`] holds the temporal overlay
//! activation builders (流年, 大限, …) layered on top of the model-only
//! horoscope overlays in [`crate::model::chart::horoscope`].

pub(crate) mod location;
pub mod natal;
pub mod overlay;