mist-core 0.4.0

core functionality of mist
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# mist-core

![Crates.io](https://img.shields.io/crates/v/mist-core)

The heart of functionality of [mist](https://github.com/LtPeriwinkle/mist). Could also be used to create another speedrun
timer, although this is inadvisable.

## usage (why)
Add mist-core to your Cargo.toml.

```toml
[dependencies.mist-core]
version = "0.4"
```

`mist-core` provides several features: `timing`, `dialogs`, `config`, `lss`, and `bg`. These disable functionality if you don't want it.
`bg` is used by mist to enable or disable background image support in configuration; `timing`, `dialogs`, and `config` disable their respective
modules; `lss` removes the LssParser from module parse.