LiveSplit / asr

Helper crate to write auto splitters for LiveSplit One's auto splitting runtime.
https://livesplit.org/asr/asr
Apache License 2.0
10 stars 10 forks source link

Add support for Settings Lists #77

Closed CryZe closed 10 months ago

CryZe commented 10 months ago

This adds support for List, i64, and f64 values. It also extends the Map API to support iteration. All types also now implement Clone and Debug.