Function peppi::io::slippi::ser::write

source ·
pub fn write<W: Write>(w: &mut W, game: &Game) -> Result<()>
Expand description

Writes a replay to w in Slippi (.slp) format.

Returns an error if the game’s version is higher than MAX_SUPPORTED_VERSION.