We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This happens in rustdocs for the crate
It's expected that both WebPDecoder and WebPEncoder should be available in the crate's rustdocs
Only WebPDecoder is shown on https://docs.rs/image/latest/image/codecs/webp/index.html
In https://github.com/image-rs/image/blob/25b284c20c576c21fbfd0ec66c23c830dfd6bc04/src/codecs/webp/mod.rs both structs are visible (under webp feature flag) and on https://docs.rs/image/0.24.7/image/codecs/webp/index.html only the decoder
The text was updated successfully, but these errors were encountered:
This will be resolved by #2066
Sorry, something went wrong.
@fintelia does this mean that a new version is about to be published?
Yep: #2095
No branches or pull requests
This happens in rustdocs for the crate
Expected
It's expected that both WebPDecoder and WebPEncoder should be available in the crate's rustdocs
Actual behaviour
Only WebPDecoder is shown on https://docs.rs/image/latest/image/codecs/webp/index.html
Reproduction steps
In https://github.com/image-rs/image/blob/25b284c20c576c21fbfd0ec66c23c830dfd6bc04/src/codecs/webp/mod.rs both structs are visible (under webp feature flag) and on https://docs.rs/image/0.24.7/image/codecs/webp/index.html only the decoder
The text was updated successfully, but these errors were encountered: