hohav / peppi

Rust parser for Slippi SSBM replay files
MIT License
37 stars 9 forks source link

Refactor per-player parsing in game start event #60

Closed NickCondron closed 8 months ago

NickCondron commented 1 year ago

Utilizes const generics to achieve the same functionality without requiring all the player_bytes_v* functions.

hohav commented 8 months ago

Thanks, this is much nicer. Implemented via 3b8c94913042f3b6a023f9af64b2942709d4b33e.