6 releases (stable)

2.1.2 Mar 20, 2021
2.0.0 Jan 11, 2021
1.1.1 Jan 3, 2021
1.0.1 Dec 28, 2020
0.1.0 Dec 27, 2020

#5 in #livesplit

MIT/Apache

10KB
246 lines

mist-run-utils

library for parsing mist split files and converting livesplit files to mist runs. also defines interaction with the run struct, used in mist and mist-split-tool

to use, put in your Cargo.toml:

[dependencies.mist-run-utils]
version = "2.1"
features = ["msf", "lss"]

The default features are none, which only gets you the Run struct and associated methods. msf and lss features include parsing for msf and lss split files respectively. you can use either or both.

Dependencies

~0–600KB
~12K SLoC