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

Enable const generics feature for bytemuck dependency #2

Closed sphinxc0re closed 2 years ago

sphinxc0re commented 2 years ago

This makes working with arrays way easier as it implements Pod over generic array lengths.