hohav / peppi

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

Minor refactoring to fix warning and some clippy lints #17

Closed NickCondron closed 2 years ago

NickCondron commented 2 years ago

Fixes unrestricted recursion in peppi-arrow

Uses shorthand struct initialization where it makes sense

Automatic clippy lint fixing

NickCondron commented 2 years ago

Rebased and separated the commits

NickCondron commented 2 years ago

Added commit that fixes the indexing error I identified in #16