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

Use standard Rust naming conventions #3

Closed
chris-morgan opened this issue Nov 17, 2013 · 1 comment
Closed

Use standard Rust naming conventions #3

chris-morgan opened this issue Nov 17, 2013 · 1 comment

Comments

@chris-morgan
Copy link

At present this project is in at least one thing deviating from the standard naming conventions encouraged by the Rust developers and used in most Rust projects; method names are camelCase rather than snake_case. (There may be more; I haven't delved.) It would be good to get this following Rust conventions rather than C++ conventions, at least before v1.0.

@dwrensha
Copy link
Member

Okay, I've switched over to snake case for method and field names. Thanks for the tip!

dwrensha added a commit that referenced this issue Feb 17, 2018
Repair warnings from deprecated Future API
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

2 participants