iztro 0.9.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
14
15
16
//! Localized display labels for facade/export snapshots.
//!
//! Core domain models stay language-neutral: stems, branches, palaces, stars,
//! mutagens, brightness, kinds, and families are modeled as Rust enums and
//! serialized with stable machine-readable keys. This module is a thin,
//! presentation-oriented adapter that maps those neutral identities to Chinese
//! display strings for the facade/export layer, because Zi Wei Dou Shu is
//! primarily consumed in Chinese.
//!
//! This is intentionally *not* a complete multilingual/i18n subsystem: it only
//! exposes deterministic, table-driven `*_zh` lookups consumed by the facade
//! snapshots. Full multilingual support and complete upstream localized-string
//! parity are deferred.

pub mod chinese_date;
pub mod zh_cn;