1
2
3
4
5
6
7
8
//! Rerun `TextLog` View
//!
//! A View that shows `TextLog` entries in a table and scrolls with the active time.

mod view_class;
mod visualizer_system;

pub use view_class::TextView;