modpreview;modpreview_state;modzero_len_file_view;pubuse{preview::Preview,preview_state::PreviewState,zero_len_file_view::ZeroLenFileView,};#[derive(Debug, Clone, Copy, PartialEq)]pubenumPreviewMode{/// image
Image,/// show the content as text, with syntax coloring if
/// it makes sens. Fails if the file isn't in UTF8
Text,/// show the content of the file as hex
Hex,}