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

Spport querying setting values as `ArrayString` #76

Closed CryZe closed 10 months ago

CryZe commented 10 months ago

This allows you to query the value of a setting value as an ArrayString, which is a string that is backed by an array. This has the advantage that it doesn't not need an allocator, but you need to specify a maximum length.