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 function for querying the type of a value #79

Closed CryZe closed 1 year ago

CryZe commented 1 year ago

This adds a function to the runtime that allows querying the type of a setting value. Especially if you don't know the type before hand, such as when debug printing or deserializing, this can be useful. Additionally this could be useful for lossy conversions.