1 2 3 4 5 6 7 8
//! Rerun Text Document Space View //! //! A simple Space View that shows a single text document. mod space_view_class; mod visualizer_system; pub use space_view_class::TextDocumentSpaceView;