[][src]Module livesplit_core::run::parser::wsplit

Provides the parser for WSplit splits files.

Enums

Error

The Error type for splits files that couldn't be parsed by the WSplit Parser.

Functions

parse

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.

Type Definitions

Result

The Result type for the WSplit Parser.