fmtview 0.4.2

Fast CLI viewer for highlighting, search, and diffs across JSON, JSONL, markup, Markdown, TOML, text, and Jinja
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod indexed;
mod lazy;
mod lazy_records;
mod lines;
mod open;
mod plan;
pub(crate) mod record_stream;
mod view_file;

pub use indexed::IndexedTempFile;
pub use lazy_records::LazyTransformedRecordsFile;
pub use open::{open_view_file, open_view_file_with_fallback};
pub use plan::LoadPlan;
pub use view_file::ViewFile;