Skip to main content

load_journal_from

Function load_journal_from 

Source
pub fn load_journal_from(
    dir: &Path,
    max_entries: usize,
    preview_lines: usize,
) -> Vec<JournalEntry>
Expand description

Pure helper: read journal entries from dir. Exposed so tests can point at a tempdir.