-
Notifications
You must be signed in to change notification settings - Fork 635
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
No documentation for construction functions (Luma, Rgb..) #572
Comments
Originally this was a 1-tuple, I wonder why this construct still works. Does anybody has an idea? |
Seems like a bug in rustdoc then. The functions don't appear in the docs. |
I created an issue rust-lang/rust#37342. The documentation actually exists but is not linked. |
It seems like these functions do longer exists, so I am closing this issue. |
Also, they are back to a 1-tuple again :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reading this, I noticed
*pixel = image::Luma([i as u8]);
.The
Luma
function (and probably for other pixel types), isn't documented (or I can't find it). It should probably be documented.The text was updated successfully, but these errors were encountered: