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 astrolabe;
/// 运限结构
pub mod horoscope;
/// 宫位结构与查询方法
pub mod palace;
/// 星耀结构
pub mod star;
/// 三方四正
pub mod surpalaces;