manasight-parser 0.2.0

MTG Arena log file parser — reads Player.log and emits typed game events
Documentation
1
2
3
4
5
6
//! Raw log file reading: discovery, tailing, entry parsing, and timestamps.

pub mod discovery;
pub mod entry;
pub mod tailer;
pub mod timestamp;