pub fn build_journal(
journals: &mut Vec<Arc<Journal>>,
aim_path: &Path,
) -> Result<()>Expand description
Build .jnl index for an .aim file.
Scans aim_path for complete version headers and writes non-partial entries
to the sidecar .jnl. Overwrites the provided journals with the result.