Use magic_enum
to replace various enum<-> name maps and better-enums
#343
Labels
magic_enum
to replace various enum<-> name maps and better-enums
#343
https://github.com/Neargye/magic_enum is an extremely easy-to-use library to generate names for enums which doesn't involve any macros.
Enum-to-name maps as well as better-enums usage can be found throughout ripes. These should instead be replaced with usages of
enum class
+magic_enum
.The text was updated successfully, but these errors were encountered: