Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use magic_enum to replace various enum<-> name maps and better-enums #343

Open
mortbopet opened this issue Jan 16, 2024 · 1 comment
Open

Comments

@mortbopet
Copy link
Owner

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.

@HotMercury
Copy link
Contributor

HotMercury commented Jan 17, 2024

I'm interested in addressing this issue by replacing the current usage of Enum-to-name maps and better-enums throughout ripes with enum class+magic_enum.

If it hasn't been started yet, I would like to take on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants