-
Notifications
You must be signed in to change notification settings - Fork 623
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 suffix _mut
?
#113
Labels
Comments
I do not feel very strongly about either convention, but I think it important to learn from the standard library. Perhaps there is some rationale in the coding style guidelines? |
👍 being consistent with the stdlib naming conventions makes the library easier to learn. |
👍 |
I opened up a new issue #129 and made a PR. |
kstrafe
pushed a commit
to kstrafe/image
that referenced
this issue
Jun 27, 2020
Add a method to determine the size in pixels for a given format
fintelia
pushed a commit
that referenced
this issue
Dec 20, 2024
Works around an issue where no version of `glium` actually depends on semantically valid crates with `minimal-versions` enabled. Tests and examples are still compiled and/or ran on other configurations. Closes: #113
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The standard library uses a suffix
_mut
.mut_pixelbuf
=>pixelbuf_mut
mut_rawbuf
=>rawbuf_mut
The text was updated successfully, but these errors were encountered: