Function peppi::game[][src]

pub fn game<R: Read>(r: &mut R, opts: Option<Opts>) -> Result<Game, ParseError>
Expand description

Parse a Slippi replay from r, returning a game::Game object.