-
Notifications
You must be signed in to change notification settings - Fork 0
Various improvements #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
Conversation
Both String and &str are handled by an `impl X for str`.
@calebmer friendly ping. Any chance you could review this PR? We have on PR blocked on this one. 🙂 |
Looks good 👍 |
@calebmer Thank you! Could you publish a new release with these changes? |
@japaric I’ll get to that tonight. Would you be interested in future maintenance of this crate? |
Thank you!
Sure :-). |
@japaric if you could send me over the links and emails necessary to add you that would be great 😊 |
Hmm, so I think you'll have to add me as a collaborator to this repository using https://github.com/calebmer/inflections/settings/collaboration And then add me as an owner of the inflections crate on crates.io using this
I think that should do it. (I have never used the |
@japaric done. Feel free to publish the next release 😊 |
@calebmer Thank you! Will do. |
Normalize SVD names to upper case where they were to pascal case Fixes #76. Depends on calebmer/inflections#2.
Please see individual commits for descriptions.