x-iztro 0.2.0

Zi Wei Dou Shu (Purple Star Astrology) chart engine, field-for-field identical to iztro
Documentation
1
2
3
4
5
6
7
8
9
10
/// 天干地支宫位顺序与五虎遁五鼠遁常量
pub mod constants;
/// 地支信息(阴阳五行与命主身主表)
pub mod earthly_branches;
/// 天干信息(阴阳五行与四化表)
pub mod heavenly_stems;
/// 星耀标识与亮度表
pub mod stars;
/// 基础枚举与排盘配置
pub mod types;