//! 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 use PlayerStatsFlatRow;
pub use UnitBornEventFlatRow;
pub use UnitDiedEventFlatRow;
pub use UpgradeEventFlatRow;