Function peppi::game [−][src]
pub fn game<R: Read>(
r: &mut R,
parse_opts: Option<Opts>,
collect_opts: Option<Opts>
) -> Result<Game, ParseError>
Expand description
Parse a Slippi replay from r
, returning a game::Game
object.