We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
enum_primitive
num-enum
enum_primitive hasn't been maintained in years and is an old style macro.
We could migrate to enum_derive_primitive or num-enum.
enum_derive_primitive
It seems like num-enum is more actively maintained and is part of the larger ecosystem.
Before doing this, we'll want some PRs to land (including one that isn't submitted yet) to avoid merge conflicts.
The text was updated successfully, but these errors were encountered:
What purpose does any of those crates perform? To me it just simpler to implement From trait for the enums that need to be converted from numbers.
From
On other note, enum_derive_primitive looks better, as it is simpler and with lesser dependencies.
Sorry, something went wrong.
No branches or pull requests
enum_primitive
hasn't been maintained in years and is an old style macro.We could migrate to
enum_derive_primitive
ornum-enum
.It seems like
num-enum
is more actively maintained and is part of the larger ecosystem.Before doing this, we'll want some PRs to land (including one that isn't submitted yet) to avoid merge conflicts.
The text was updated successfully, but these errors were encountered: