-
Notifications
You must be signed in to change notification settings - Fork 40
Allow user to set the crate path of num_enum #77
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
Conversation
|
This closes #76 |
danielhenrymantilla
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks for the quick PR! 🙏
I have some nits here and there, but otherwise LGTM ✅
|
@danielhenrymantilla hey, sorry for taking a while to get back to this. i think i have now addressed most of the points. |
danielhenrymantilla
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
illicitonion
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! I have suggestions for a few very small tweaks, then let's merge!
num_enum/tests/try_build/compile_fail/multiple_crate_path.stderr
Outdated
Show resolved
Hide resolved
num_enum/tests/try_build/compile_fail/variants_with_fields.stderr
Outdated
Show resolved
Hide resolved
|
Can I help in any way to get this over the finish line and get this feature released? |
|
Anything I can do to speed this along? Would really help with a project I"m working on. Should I reopen a new PR? |
|
Yeah, if someone wanted to create a new PR for this addressing the final comments, I'd gladly review it - thank you! |
Add a `#[num_enum(crate = ..)]` attribute, which lets the user set where the num_enum crate is located.
|
it's been a while. i forgot about this 😅 |
|
Thank you so much! I've just released this in 0.7.5 |
Add a
#[num_enum(crate = ..)]attribute, which lets the user set where the num_enum crate is located.