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

pub fn parse<R: BufRead>(source: R, load_icons: bool) -> Result<Run>

Attempts to parse a WSplit splits file. In addition to the source to parse, you need to specify if additional files for the icons should be loaded from the file system. If you are using livesplit-core in a server-like environment, set this to false. Only client-side applications should set this to true.