entrenar/viz/mod.rs
1//! Visualization extensions for entrenar training & inference monitoring.
2//!
3//! These modules render `entrenar`-native types (decision paths, audit trails,
4//! ring collectors) into `trueno_viz` framebuffers. The `train → viz` dependency
5//! direction is correct (training plots via viz); this module was re-homed here
6//! from `aprender-viz` (#1975 dropped the reverse `viz → entrenar` edge, which
7//! closed a `train ↔ viz` cycle). See APR-MONO §S / #1978.
8
9pub mod inference_path;