[][src]Function livesplit_core::run::parser::livesplit::parse

pub fn parse<R: BufRead>(source: R, path: Option<PathBuf>) -> Result<Run>

Attempts to parse a LiveSplit splits file. In addition to the source to parse, you can provide a path to the splits file, which helps saving the splits file again later.