fmtview 0.3.0

Fast CLI viewer for highlighting, search, and diffs across JSON, JSONL, markup, text, and Jinja
Documentation
1
2
3
4
5
6
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum LoadPlan {
    LazyTransformedRecords,
    EagerTransformedDocument,
    EagerIndexedSource,
}