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
//! Deterministic report structures and rendering contracts for iztro-rs.

pub mod renderer;
pub mod report;
pub mod section;

pub use renderer::{PlaceholderRenderer, RenderError, ReportRenderer};
pub use report::ReadingReport;
pub use section::ReadingSection;