-
Notifications
You must be signed in to change notification settings - Fork 2
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
Enum from str #1
Comments
Oh, I just noticed that. By the way, I also found out about https://lib.rs/crates/strum, are these crates related to that? |
It is recommended to use strum |
Should we add a link to strum in the README? I wasn't aware of strum while I was checking out this crate, maybe it might help to at least let other knows about strum and this is like a striped down version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/1aim/rust-phonenumber/blob/master/src/country.rs#L328 might seem to be a nice use case.
As well, what about
AsRef<str>
?The text was updated successfully, but these errors were encountered: