s2protocol 3.5.3

A parser for Starcraft II - Replay format, exports to different target formats
Documentation
1
2
3
4
5
6
7
//! Experimenting with Arrow integration
//! The rows can then be stored in .ipc file and loaded from polars without joins or needing to
//! unnest complex structs

pub mod cmd_event_flat_row;
pub use cmd_event_flat_row::CmdTargetPointEventFlatRow;
pub use cmd_event_flat_row::CmdTargetUnitEventFlatRow;