[][src]Crate retrosheet

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

Game

An MLB game.

Parser

An event file parser for Retrosheet event files.

Enums

GameError

An error that occurs while processing a game.

ParserError

An error that occurs while parsing an event file.