Boxcars: an Example Rocket League Replay Parser Using Rust and Nom

from blog nickb.dev, | ↗ original
Boxcars, also stylized as boxca-rs, is an example of a Rocket League replay parser written in Rust using nom for parsing and serde for serialization. As stated in the title, this is an example, as this library in no way competes with the other feature complete parsers such as Octane and RocketLeagueReplayParser. Rather, let boxcars be a good...