x-iztro 0.1.0

紫微斗数排盘核心库:100% 对齐 iztro,支持 Rust / Python / Go 调用
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;