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

Switch from heck to ident_case (closes #100) #124

Merged
merged 1 commit into from
Aug 6, 2019
Merged

Conversation

tony-iqlusion
Copy link
Member

The ident_case crate has equivalent functionality and is used by the darling crate, so be parsimonious and only use one.

This PR also handles dashes in the app name, and therefore closes #100.

The `ident_case` crate has equivalent functionality and is used by the
`darling` crate, so be parsimonious and only use one.
@tony-iqlusion tony-iqlusion merged commit a5e8904 into develop Aug 6, 2019
@tony-iqlusion tony-iqlusion deleted the ident_case branch August 6, 2019 01:27
@tony-iqlusion tony-iqlusion mentioned this pull request Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to compile crate with dash in name
1 participant