//! ASCII Visualization Primitives for PMAT-REPORT-V1
//!
//! Implements Toyota Way Mieruka (Visual Management) through:
//! - Progress bars with thresholds
//! - Box drawing for structured output
//! - Sparklines for trends
//! - Tables for data presentation
use ;
// Widget primitives: ProgressBar, Sparkline, StatusIndicator
include!;
// Layout primitives: BoxDrawer, TableRenderer, TreeRenderer
include!;
// Unit tests: basic tests + comprehensive coverage (widgets/sparklines)
include!;
// Unit tests: comprehensive coverage (layout/table/tree/edge cases)
include!;