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

mod space_view_class;
mod visualizer_system;

pub use space_view_class::TextSpaceView;