1 2 3 4 5 6 7 8 9 10
//! Format file content by type for the viewer (markdown, csv, image, json, etc.). pub mod async_tools; pub mod csv_handler; pub mod images; pub mod markdown; pub mod pdf_preview; pub mod pretty_tables; pub mod syntect_text; pub mod video_preview;