LiveSplit / livesplit-core

livesplit-core is a library that provides a lot of functionality for creating a speedrun timer.
https://livesplit.org/
Apache License 2.0
209 stars 56 forks source link

ChoiceOption: Eq, Hash, PartialEq #784

Closed AlexKnauth closed 3 months ago

AlexKnauth commented 3 months ago

This adds Eq, Hash, and PartialEq to ChoiceOption via derive.

While working on a prototype implementation of Choice widgets for obs-livesplit-one, I wanted this.