Expand description
This crate provides a parser for Retrosheet event files.
Retrosheet event files describe play-by-play information and other metadata for a series of MLB games, usually for all games at home by a certain team.
The parser provided takes entire event files and returns game objects describing the games. The files must be entire in the sense that no game data can be incomplete.
Modules§
- event
- This module contains structs and enums for describing Retrosheet events.
Structs§
Enums§
- Game
Error - An error that occurs while processing a game.
- Parser
Error - An error that occurs while parsing an event file.