Module reader
Expand description
Journal reader with sequence and event_id validation.
JournalReader implements Iterator<Item = Result<EngineEvent, JournalError>>.
It reads length-prefixed frames from the journal file and validates
contiguous seq and unique event_id across the stream.
Structs§
- Journal
Reader - Streaming reader over a length-prefixed journal file.
Functions§
- verify_
hash_ chain - Verify the record-level blake3 hash chain across a sequence of events.