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

Rename creates to follow rust naming conventions with regards to dashes. #3

Open
chiplet opened this issue Aug 27, 2021 · 0 comments
Open

Comments

@chiplet
Copy link
Member

chiplet commented Aug 27, 2021

Crates in crates.io typically have the following naming convention when the crate name contains dashes: The crate name contains dashes, e.g. example-crate. The dashes are converted to underscores when used inside rust source code, e.g. use example_crate;.

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

No branches or pull requests

1 participant