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

Provides the parser for SplitterZ splits files.

Enums

Error

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

Functions

parse

Attempts to parse a SplitterZ 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 SplitterZ parser.