Event_log.ReaderRead-only iterator over a log file.
val open_ : string -> tval close : t -> unitval record_count : t -> int64val iter : t -> (Event_types.Event.t -> unit) -> intiter t f calls f on every event in order. Stops cleanly on EOF or the first bad CRC (without raising). Returns the number of events successfully delivered.