Zannick / logic-graph

Tools for video game logic representation and analysis, particularly routing and beatability checks for speedruns and randomizers.
MIT License
3 stars 0 forks source link

Custom serializer for History #76

Open Zannick opened 1 year ago

Zannick commented 1 year ago

We should use an integer to represent the enum discriminant, rather than the MessagePack default of the string name.

Zannick commented 4 months ago

For reference, https://github.com/3Hren/msgpack-rust/issues/319 would fix this without needing a custom serializer.