rster2002 / ed-journals

Work in progress journal parsing and utilities for Elite Dangerous written in Rust.
https://crates.io/crates/ed-journals
MIT License
2 stars 2 forks source link

Extend events from journal reader #44

Closed rster2002 closed 1 month ago

rster2002 commented 1 month ago

Extend the JournalEvent to include additional information about the read, most importantly whether it's a 'live' read or it's a history read, which can be used to for example only flush state when reading live entries.