pub fn save_run<W: Write>(run: &Run, writer: W) -> Result
Expand description

Saves a Run as a LiveSplit splits file (*.lss). Use the save_timer function if the Run is in use by a timer in order to properly save the current attempt as well.