mist-run-utils

Crates.iomist-run-utils
lib.rsmist-run-utils
version2.1.2
sourcesrc
created_at2020-12-27 20:12:35.529925
updated_at2021-03-20 18:59:32.604243
descriptionmist speedrun timer utilities
homepage
repositoryhttps://github.com/LtPeriwinkle/mist
max_upload_size
id327974
size9,765
(LtPeriwinkle)

documentation

README

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.

Commit count: 750

cargo fmt