pub fn parse(source: &str, load_icons: bool) -> Result<Run>Expand description
Attempts to parse a FaceSplit 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.